Re: [Dhis2-devs] [Dhis2-users] Issue related to store file in tracker capture data entry in 2.24

2016-09-20 Thread Mithilesh Kumar Thakur
i am using 2.24 and while you are click on saved file the file is not open shows error like {"httpStatus":"Conflict","httpStatusCode":409,"status":"ERROR","message":"The content is being processed and is not available yet. Try again later.","devMessage":"The content requested is in transit to

Re: [Dhis2-devs] Metadata Sync - API versioning in DHIS

2016-09-20 Thread Aamer Mohammed
Hi Nicolay, We see that you have recently made changes in 2.25 settings-app to change the config.baseUrl from /api to /api/25 As a result few of the apis mentioned below are not working as expected. We would like to know your plans on enabling api versioning for the metadata sync apis so that

Re: [Dhis2-devs] [Dhis2-users] Issue related to store file in tracker capture data entry in 2.24

2016-09-20 Thread Prosper BT
Dear Kumar, Which version and build are you using, I just replicated this on the demo server and it works See below On Mon, Sep 19, 2016 at 10:08 PM, Mithilesh Kumar Thakur < mithilesh.h...@gmail.com> wrote: > Dear All, > While i am uploading the file inside tracker dataentry for

[Dhis2-devs] DHIS2 2.19 Data entry unable to load DataSet

2016-09-20 Thread Raminosoa Rabemanantsoa, Tantely
Hi All, I would like to have your advice on troubleshooting these issues: -In the DHIS2 data entry web module, once an OrgUnit is selected, any DataSet could not be loaded (running loading status eternally) -In the Android data capture, the user is loading the list of OrgUnits for a very long

[Dhis2-devs] Metadata Sync - API versioning in DHIS

2016-09-20 Thread Aamer Mohammed
Hi Lars/Morten, This is regarding the metadata sync feature which we have contributed to DHIS recently. When we are using the setting-app from 2.25 development branch (master), we see that versioned api calls are being made from the app instead of the default api calls. /api/25/metadata/versions

[Dhis2-devs] Program indicators - attributes not appearing?

2016-09-20 Thread Olav Poppe
Hi, I’m trying to make a program indicator ("current age") using a tracked entity attribute (date of birth). I assume(d) this would be as simple as setting the program indicator expression to: d2:yearsBetween(attribute, current date) However, the list of attributes tab in the "expression" part

[Dhis2-devs] [DHIS2 - devs] [DHIS2 - users] DHIS2 repository for F-Droid (as application distribution channel).

2016-09-20 Thread Mugisha, Jean F.
Dear Community, I am trying to use F-Droid as the main application distribution channel (Event Capture app., etc.). But it appears that DHIS2 apps are not available from the general F-Droid repository. I attempted to add a repository by following the listed guidelines

[Dhis2-devs] [Bug 1624062] Re: userSettings resource doesn't work properly

2016-09-20 Thread Morten Olav Hansen
This have been backported to 222 and 223 now -- Morten Olav Hansen Senior Engineer, DHIS 2 University of Oslo http://www.dhis2.org On Fri, Sep 16, 2016 at 3:39 PM, Kamil Krampa wrote: > Great, thanks! Is it possible to fix this also in 2.22? > > W dniu 2016-09-16 05:43:34

Re: [Dhis2-devs] Metadata Sync - API versioning in DHIS

2016-09-20 Thread Morten Olav Hansen
Hi Aamer Yes, you are right. That's one of the controllers that wasn't moved over yet, all you need to do is to annotate your controller with: @ApiVersion( { Version.DEFAULT, Version.ALL } ) -- Morten Olav Hansen Senior Engineer, DHIS 2 University of Oslo http://www.dhis2.org On Wed, Sep 21,