[Dhis2-devs] [Bug 1569501] Re: Event capture app missing 'i' information icon

2016-04-27 Thread Dave Palmer (MSI)
Hi Lars, sorry perhaps my bug description is not clear. We have entered
descriptions for the data elements and occasionally the 'i' icon will
appear on a particular question. However if you navigate away from the
question and back again, the 'i' icon (of the same particular question)
will disappear.

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1569501

Title:
  Event capture app missing 'i' information icon

Status in DHIS:
  Won't Fix

Bug description:
  Using v0.3.3-2.22 of event capture android app.

  We have various stages in a program, with multiple data elements.
  Users need to access the additional information of a question
  (description field of the data element) by clicking the 'i' icon next
  to some questions.

  When navigating back and forth between sections, the 'i' icons will
  frequently disappear, and the user can not access the additional
  information of the data element :(

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1569501/+subscriptions

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] [Bug 1577312] [NEW] Org unit tree does not expand if org unit contains bad control character

2016-05-02 Thread Dave Palmer (MSI)
Public bug reported:

Error expanding org unit tree, discovered in v2.22 rev 21297, using
Chrome v49 & Firefox v44.

User reported that for one org unit region they could not expand the org
unit tree, but it expanded fine for all other regions. There is no
indication to the user of what is failing - no action occurs.

Somehow they'd manage to get a control character in the name of an org
unit within that tree. When clicking the 'plus' sign got error in
processing response "JSON.parse: Bad control character in string
literal"

JSON code snippet with offending line
{
"version":"4a38eddd-8658-470e-ab2b-64fb9cff32f5"
,"username":"david.pal...@mariestopes.org"
,"roots": [ "tBRaGpbSPfW" ]
,"organisationUnits": {jVRfi2","n":"Lims Medical center (GH1303 
)","pid":"fpVliF1lBoa","c":[]}
,...}

Offending character was in the "Lims Medical Center" line. Probably a
new line after the GH1303.

Possible solutions:
- User input is sanitised when creating org units (and for creating metadata 
through import/API)
- Org unit tree JSON is sanitised on page load, and invalid control characters 
removed. Or an error displayed to the user.

** Affects: dhis2
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1577312

Title:
  Org unit tree does not expand if org unit contains bad control
  character

Status in DHIS:
  New

Bug description:
  Error expanding org unit tree, discovered in v2.22 rev 21297, using
  Chrome v49 & Firefox v44.

  User reported that for one org unit region they could not expand the
  org unit tree, but it expanded fine for all other regions. There is no
  indication to the user of what is failing - no action occurs.

  Somehow they'd manage to get a control character in the name of an org
  unit within that tree. When clicking the 'plus' sign got error in
  processing response "JSON.parse: Bad control character in string
  literal"

  JSON code snippet with offending line
  {
  "version":"4a38eddd-8658-470e-ab2b-64fb9cff32f5"
  ,"username":"david.pal...@mariestopes.org"
  ,"roots": [ "tBRaGpbSPfW" ]
  ,"organisationUnits": {jVRfi2","n":"Lims Medical center (GH1303   
)","pid":"fpVliF1lBoa","c":[]}
  ,...}

  Offending character was in the "Lims Medical Center" line. Probably a
  new line after the GH1303.

  Possible solutions:
  - User input is sanitised when creating org units (and for creating metadata 
through import/API)
  - Org unit tree JSON is sanitised on page load, and invalid control 
characters removed. Or an error displayed to the user.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1577312/+subscriptions

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] [Bug 1580286] [NEW] Event export does not export all events when selecting 'all descendents'

2016-05-10 Thread Dave Palmer (MSI)
Public bug reported:

Discovered in v2.22

Using the event export function, selecting 'include descendants of
organisation unit'.

We could see events in the event reports for a level 6 org unit, for
which we wanted to export the events into CSV. Using the event export
function, we selected the level 3 org unit this level 6 org unit
belonged to and 'include descendants of organisation unit'. However, the
export did not include all the events we expected. E.g. for time period
2016-01-01 to 2016-05-31 we were missing events recorded on 2016-02-22


However, when narrowing the search... either selecting the level 5 org unit 
instead of the level 3 parent, or reducing the time period to 2016-02-01 to 
2016-02-28, the events would appear in the export!

This is a serious issue stopping our users using the event export
function... since they are unsure as to what parameters to use to ensure
a reliable export.

** Affects: dhis2
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1580286

Title:
  Event export does not export all events when selecting 'all
  descendents'

Status in DHIS:
  New

Bug description:
  Discovered in v2.22

  Using the event export function, selecting 'include descendants of
  organisation unit'.

  We could see events in the event reports for a level 6 org unit, for
  which we wanted to export the events into CSV. Using the event export
  function, we selected the level 3 org unit this level 6 org unit
  belonged to and 'include descendants of organisation unit'. However,
  the export did not include all the events we expected. E.g. for time
  period 2016-01-01 to 2016-05-31 we were missing events recorded on
  2016-02-22

  
  However, when narrowing the search... either selecting the level 5 org unit 
instead of the level 3 parent, or reducing the time period to 2016-02-01 to 
2016-02-28, the events would appear in the export!

  This is a serious issue stopping our users using the event export
  function... since they are unsure as to what parameters to use to
  ensure a reliable export.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1580286/+subscriptions

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] [Bug 1586004] [NEW] Data import fails to match on codes through web UI (v2.22)

2016-05-26 Thread Dave Palmer (MSI)
Public bug reported:

Found in v2.22

When uploading data (through a CSV file in our case) we used to be able
to load with a mixture of UIDs for data element, cat option combo and
Code for org unit.

Now after upgrading to v2.22 (rev 21297) this fails saying the code is
not found or not accessible. This is after setting the dropdowns for
whether each field is a UUID or code appropriately.

If we change everything to UUIDs the import works fine.

If we import via the API and specify which are codes e.g.
/api/dataValueSets?orgUnitIdScheme=code the import also works fine.

So it seems the web interface is now defaulting everything to either
UUID or codes rather than setting fields individually.

** Affects: dhis2
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1586004

Title:
  Data import fails to match on codes through web UI (v2.22)

Status in DHIS:
  New

Bug description:
  Found in v2.22

  When uploading data (through a CSV file in our case) we used to be
  able to load with a mixture of UIDs for data element, cat option combo
  and Code for org unit.

  Now after upgrading to v2.22 (rev 21297) this fails saying the code is
  not found or not accessible. This is after setting the dropdowns for
  whether each field is a UUID or code appropriately.

  If we change everything to UUIDs the import works fine.

  If we import via the API and specify which are codes e.g.
  /api/dataValueSets?orgUnitIdScheme=code the import also works fine.

  So it seems the web interface is now defaulting everything to either
  UUID or codes rather than setting fields individually.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1586004/+subscriptions

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] [Bug 1592439] [NEW] Adding all program indicators to a report at once displays nothing!

2016-06-14 Thread Dave Palmer (MSI)
Public bug reported:

Found in v2.22, using Chrome / IE / Firefox browsers.

When including an individual program indicator in reports, it displays
fine. However if you select all at the same time with the >> button, the
report will display as blank. If you select each indicator (either
individually, or holding CTRL) and add using the > button the report
displays fine!

** Affects: dhis2
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1592439

Title:
  Adding all program indicators to a report at once displays nothing!

Status in DHIS:
  New

Bug description:
  Found in v2.22, using Chrome / IE / Firefox browsers.

  When including an individual program indicator in reports, it displays
  fine. However if you select all at the same time with the >> button,
  the report will display as blank. If you select each indicator (either
  individually, or holding CTRL) and add using the > button the report
  displays fine!

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1592439/+subscriptions

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] [Bug 1592439] Re: Adding all program indicators to a report at once displays nothing!

2016-06-15 Thread Dave Palmer (MSI)
Hi Lars, sorry for delay in reply yes exactly, in the pivot app.
Cheers, Dave

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1592439

Title:
  Adding all program indicators to a report at once displays nothing!

Status in DHIS:
  New

Bug description:
  Found in v2.22, using Chrome / IE / Firefox browsers.

  When including an individual program indicator in reports, it displays
  fine. However if you select all at the same time with the >> button,
  the report will display as blank. If you select each indicator (either
  individually, or holding CTRL) and add using the > button the report
  displays fine!

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1592439/+subscriptions

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] [Bug 1534614] [NEW] Event Maps Setup not saving correctly as a favourite

2016-01-15 Thread Dave Palmer (MSI)
Public bug reported:

Although you can save a map as a favourite with the event layer set and
added as a layer, when you go back to your favourite the event layer
will not be set. Nor does the tick box save in the 'Layer stack'

Issue in DHIS2 v2.20 / v2.21, using Chrome v47.

** Affects: dhis2
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1534614

Title:
  Event Maps Setup not saving correctly as a favourite

Status in DHIS:
  New

Bug description:
  Although you can save a map as a favourite with the event layer set
  and added as a layer, when you go back to your favourite the event
  layer will not be set. Nor does the tick box save in the 'Layer stack'

  Issue in DHIS2 v2.20 / v2.21, using Chrome v47.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1534614/+subscriptions

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] [Bug 1534631] [NEW] Error on data import due to username length

2016-01-15 Thread Dave Palmer (MSI)
Public bug reported:

We use email addresses for our usernames, and when importing data using
the 'Import/export data' app I got an error saying that the 'storedBy'
value was too long. Even though in general users can store data and it
records it against their full username.

If you export out a dataset, and try and reload the dataset back into
DHIS2 without changing the username, you still get this error
(screenshot attached). This implies the data import routines seem to
deal with a different datatype than what the database schema actually
stores.

Using v2.20

** Affects: dhis2
 Importance: Undecided
 Status: New

** Summary changed:

- Error import due to username length
+ Error on data import due to username length

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1534631

Title:
  Error on data import due to username length

Status in DHIS:
  New

Bug description:
  We use email addresses for our usernames, and when importing data
  using the 'Import/export data' app I got an error saying that the
  'storedBy' value was too long. Even though in general users can store
  data and it records it against their full username.

  If you export out a dataset, and try and reload the dataset back into
  DHIS2 without changing the username, you still get this error
  (screenshot attached). This implies the data import routines seem to
  deal with a different datatype than what the database schema actually
  stores.

  Using v2.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1534631/+subscriptions

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] [Bug 1534631] Re: Error on data import due to username length

2016-01-15 Thread Dave Palmer (MSI)
** Attachment added: "error on import"
   
https://bugs.launchpad.net/dhis2/+bug/1534631/+attachment/4550539/+files/Screen%20Shot%202016-01-15%20at%2015.22.06.png

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1534631

Title:
  Error on data import due to username length

Status in DHIS:
  New

Bug description:
  We use email addresses for our usernames, and when importing data
  using the 'Import/export data' app I got an error saying that the
  'storedBy' value was too long. Even though in general users can store
  data and it records it against their full username.

  If you export out a dataset, and try and reload the dataset back into
  DHIS2 without changing the username, you still get this error
  (screenshot attached). This implies the data import routines seem to
  deal with a different datatype than what the database schema actually
  stores.

  Using v2.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1534631/+subscriptions

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] [Bug 1545843] [NEW] Maps do not show updated event coordinates correctly

2016-02-15 Thread Dave Palmer (MSI)
Public bug reported:

After using the API to update the JSON of an event, which contained
updates to that events coordinates, the maps seemed to remember the old
value of the event coordinates.

However, if I updated the event layer to filter for a different
(shorter) period, the coordinates would display correctly.

This was replicated in v2.20 and v2.21, in various browsers and after
clearing browser caches.

Attached is screenshot showing the event layer filtered for 2015-11-15
to 2016-01-01 and displaying the correct coordinates. However, when
filtered for 2015-11-15 to 2016-02-15 the old details of the event
showed. Note - Everything looks fine in the 'event capture' app.

I've also attached what comes back via the API, which again looks
updated correctly for event LHuP6QuP83x

** Affects: dhis2
 Importance: Undecided
 Status: New

** Attachment added: "screenshots"
   
https://bugs.launchpad.net/bugs/1545843/+attachment/4572336/+files/Archive.zip

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1545843

Title:
  Maps do not show updated event coordinates correctly

Status in DHIS:
  New

Bug description:
  After using the API to update the JSON of an event, which contained
  updates to that events coordinates, the maps seemed to remember the
  old value of the event coordinates.

  However, if I updated the event layer to filter for a different
  (shorter) period, the coordinates would display correctly.

  This was replicated in v2.20 and v2.21, in various browsers and after
  clearing browser caches.

  Attached is screenshot showing the event layer filtered for 2015-11-15
  to 2016-01-01 and displaying the correct coordinates. However, when
  filtered for 2015-11-15 to 2016-02-15 the old details of the event
  showed. Note - Everything looks fine in the 'event capture' app.

  I've also attached what comes back via the API, which again looks
  updated correctly for event LHuP6QuP83x

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1545843/+subscriptions

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] [Bug 1546111] [NEW] Org unit tree not rendering correctly in reports screen

2016-02-16 Thread Dave Palmer (MSI)
Public bug reported:

Seems to be a bug when selecting both parents and children as dataview
organisation units for a given user.

If you have org unit structure say

orgA
orgB 
 |__ Child 1
  ___ Child 2
  ___ Child 3 
org C

org unit tree will render correctly in the reports app so long as only
highest level parents are selected e.g. orgA, orgB, orgC

However, if you select both a parent and a child (e.g. orgA, orgB, Child
1, orgC) then child 1 seems to render twice in the tree with a plus sign
that cannot be expanded. This then throws off the whole tree and stops
it rendering correctly.

Low priority as the workaround is simply to allocate org units at the
highest level of the tree, but behaviour could be confusing to users.

Replicated in v2.20, v2.21 with Chrome & Safari browsers with cleared
cache

** Affects: dhis2
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1546111

Title:
  Org unit tree not rendering correctly in reports screen

Status in DHIS:
  New

Bug description:
  Seems to be a bug when selecting both parents and children as dataview
  organisation units for a given user.

  If you have org unit structure say

  orgA
  orgB 
   |__ Child 1
___ Child 2
___ Child 3 
  org C

  org unit tree will render correctly in the reports app so long as only
  highest level parents are selected e.g. orgA, orgB, orgC

  However, if you select both a parent and a child (e.g. orgA, orgB,
  Child 1, orgC) then child 1 seems to render twice in the tree with a
  plus sign that cannot be expanded. This then throws off the whole tree
  and stops it rendering correctly.

  Low priority as the workaround is simply to allocate org units at the
  highest level of the tree, but behaviour could be confusing to users.

  Replicated in v2.20, v2.21 with Chrome & Safari browsers with cleared
  cache

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1546111/+subscriptions

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] [Bug 1558023] [NEW] Cannot import multiple events (CSV format) through the API

2016-03-16 Thread Dave Palmer (MSI)
Public bug reported:

Tested in v2.20, v2.21, v2.22

Cannot import multiple events (CSV format) through the API. Looking at
the stacktrace (attached), this appears to be because the import is not
recognising line endings for the CSV. If you load one event at a time,
import works fine.

(It would also be good if there were the option in the API to 'skip'
first line of CSV, otherwise CSV load fails if you have column headers
included (tries to load the word 'latitude' which fails as it is not a
double value).

** Affects: dhis2
 Importance: Undecided
 Status: New

** Attachment added: "stacktrace.html"
   
https://bugs.launchpad.net/bugs/1558023/+attachment/4600998/+files/stacktrace.html

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1558023

Title:
  Cannot import multiple events (CSV format) through the API

Status in DHIS:
  New

Bug description:
  Tested in v2.20, v2.21, v2.22

  Cannot import multiple events (CSV format) through the API. Looking at
  the stacktrace (attached), this appears to be because the import is
  not recognising line endings for the CSV. If you load one event at a
  time, import works fine.

  (It would also be good if there were the option in the API to 'skip'
  first line of CSV, otherwise CSV load fails if you have column headers
  included (tries to load the word 'latitude' which fails as it is not a
  double value).

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1558023/+subscriptions

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] [Bug 1569501] [NEW] Event capture app missing 'i' information icon

2016-04-12 Thread Dave Palmer (MSI)
Public bug reported:

Using v0.3.3-2.22 of event capture android app.

We have various stages in a program, with multiple data elements. Users
need to access the additional information of a question (description
field of the data element) by clicking the 'i' icon next to some
questions.

When navigating back and forth between sections, the 'i' icons will
frequently disappear, and the user can not access the additional
information of the data element :(

** Affects: dhis2
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1569501

Title:
  Event capture app missing 'i' information icon

Status in DHIS:
  New

Bug description:
  Using v0.3.3-2.22 of event capture android app.

  We have various stages in a program, with multiple data elements.
  Users need to access the additional information of a question
  (description field of the data element) by clicking the 'i' icon next
  to some questions.

  When navigating back and forth between sections, the 'i' icons will
  frequently disappear, and the user can not access the additional
  information of the data element :(

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1569501/+subscriptions

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] [Bug 1570263] [NEW] Event capture android app not displaying any data in registered events grid

2016-04-14 Thread Dave Palmer (MSI)
Public bug reported:

Discovered in 0.3.3-2.22, this seemed to be working in prior versions
(we last tested & was working in v0.3.1)

On the initial screen is a summary grid of registered events. This grid
is now blank except for the status column which displays whether the
event has been synced to the server.

Screenshot of nerfed grid attached.

** Affects: dhis2
 Importance: Undecided
 Status: New

** Attachment added: "event_capture_summary_bug.png"
   
https://bugs.launchpad.net/bugs/1570263/+attachment/4636628/+files/event_capture_summary_bug.png

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1570263

Title:
  Event capture android app not displaying any data in registered events
  grid

Status in DHIS:
  New

Bug description:
  Discovered in 0.3.3-2.22, this seemed to be working in prior versions
  (we last tested & was working in v0.3.1)

  On the initial screen is a summary grid of registered events. This
  grid is now blank except for the status column which displays whether
  the event has been synced to the server.

  Screenshot of nerfed grid attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1570263/+subscriptions

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] [Bug 1570263] Re: Event capture android app not displaying any data in registered events grid

2016-04-15 Thread Dave Palmer (MSI)
Thanks Erling, you were absolutely correct! Was a configuration issue.

** Changed in: dhis2
   Status: New => Invalid

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1570263

Title:
  Event capture android app not displaying any data in registered events
  grid

Status in DHIS:
  Invalid

Bug description:
  Discovered in 0.3.3-2.22, this seemed to be working in prior versions
  (we last tested & was working in v0.3.1)

  On the initial screen is a summary grid of registered events. This
  grid is now blank except for the status column which displays whether
  the event has been synced to the server.

  Screenshot of nerfed grid attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1570263/+subscriptions

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp