Re: [Dhis2-devs] Web API : Create Favourite

2016-01-22 Thread Pamod Amarakoon
Thanx Knut. Will write a blueprint :) On Sat, Jan 23, 2016 at 3:30 AM, Knut Staring wrote: > Unfortunately, I think filtering through measureCriteria is currently not > supported by the Pivot Tables. Sounds like a feature that should be added > (both in the GUI and in the model). Maybe you could

Re: [Dhis2-devs] Web API : Create Favourite

2016-01-22 Thread Knut Staring
Unfortunately, I think filtering through measureCriteria is currently not supported by the Pivot Tables. Sounds like a feature that should be added (both in the GUI and in the model). Maybe you could write a Blueprint? Knut On Fri, Jan 22, 2016 at 12:02 PM, Pamod Amarakoon wrote: > Hi, > this i

Re: [Dhis2-devs] Labels for Option sets are not shown in Data Capture App with DHIS 2.22

2016-01-22 Thread Busoye Anifalaje
Hi Devs, I am experiencing a similar problem: option labels aren't showing on the web UI. I am using Version: 2.22 Build revision: 21773 Thanks > On 22 Jan 2016, at 13:18, Knut Staring wrote: > > Should probably be reported as a bug. > > Knut > > On Fri, Jan 22, 2016 at 4:12 AM, Archa

Re: [Dhis2-devs] OutOfMemory problem with Android SDK and 2.22-legacy branch

2016-01-22 Thread Jose Garcia Muñoz
Hi Morten, all, so, yes, in PSI we have several programs which metatadata needs to be downloaded using long API calls (throuth the DHIS2-SDK) resulting in really long json objects. But, as Ignacio said, we are getting an OutOfMemory exception in one of our servers. To give you an idea, that call g

Re: [Dhis2-devs] Web API call returning no value (just 204 -> no content)

2016-01-22 Thread Morten Olav Hansen
Yes, all versions from 2.20 On Saturday, 23 January 2016, Jose Garcia Muñoz wrote: > > Thanks Morten for your quick answer (and apologies for my slow reponse) > > This is going to be really useful, should I also assume that it has been > implemented for 2.21 as well? > > On Fri, Jan 22, 2016 at

Re: [Dhis2-devs] Web API call returning no value (just 204 -> no content)

2016-01-22 Thread Jose Garcia Muñoz
Thanks Morten for your quick answer (and apologies for my slow reponse) This is going to be really useful, should I also assume that it has been implemented for 2.21 as well? On Fri, Jan 22, 2016 at 4:14 AM, Morten Olav Hansen wrote: > Hi Jose > > Please wait about 40 min, and you can download

[Dhis2-devs] [Bug 1537107] Re: 2.22 - events with audit history can not be deleted

2016-01-22 Thread Markus Bekken
Ths is solved temporarily in Tracker Capture by giving an informative error message to the user that tries to delete an event with an audit history. The ultimate plan is to make the event-delete just being a soft-delete that keeps the event history, but until then we should make an error message th

[Dhis2-devs] [Bug 1537107] [NEW] 2.22 - events with audit history can not be deleted

2016-01-22 Thread Olav P
Public bug reported: Events with an audit history cannot be deleted, trying to do so (over API or with EC) leads to an exception. ** Affects: dhis2 Importance: Undecided Status: New -- You received this bug notification because you are a member of DHIS 2 developers, which is subsc

Re: [Dhis2-devs] Labels for Option sets are not shown in Data Capture App with DHIS 2.22

2016-01-22 Thread Knut Staring
Should probably be reported as a bug. Knut On Fri, Jan 22, 2016 at 4:12 AM, Archana Chillala wrote: > Attaching a screenshot for the same. > > [image: Inline image 1] > > > Archana Chillala > Application Developer > Email archa...@thoughtworks.com > Telephone +91 9100960533 <+91+9100960533> > [

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21799: Scheduling new event after event complete

2016-01-22 Thread noreply
revno: 21799 committer: Markus Bekken branch nick: dhis2 timestamp: Fri 2016-01-22 14:17:23 +0100 message: Scheduling new event after event complete modified: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/co

[Dhis2-devs] 2.22 Event Capture issues

2016-01-22 Thread Olav Poppe
Hi devs, after working quite intensively with 2.22 EC the last few days, I have gather a list of issues (bugs?) and suggestions: Loading of EC app We have program with a large optionset, and that seems to create problems for the loading of event capture. I see the below error in the console, the

[Dhis2-devs] [Bug 1453569] Re: Sharing Feature not working for Dashboards

2016-01-22 Thread Martin Brocker
Hi I am running into the same issue that Dapo mentioned (#10) with regards to the the resizing of dashboard items. Setting the "Public access" to "View Only" restricts the other users from deleting it or moving it around but it doesn't prevent them from resizing the items. Resizing of items seem t

[Dhis2-devs] DHIS2 - Issues with Metadata export-import & Data Sync

2016-01-22 Thread Archana Chillala
Hi, I am using two instances of DHIS and have a couple of issues regarding metadata export-import. Both instances are running on version 2.22 currently. *Issue 1:* I have exported metadata from one instance of DHIS and imported that into another instance of DHIS. But the import process fails at

Re: [Dhis2-devs] DHIS2 Issues with Dashboard

2016-01-22 Thread Morten Olav Hansen
> > *Issue 1:* > > When we share a dashboard with a user Group providing* 'View Only'* access, > the users within that user group are also able to* EDIT *the dashboard > and make all sorts of changes that can be done (even though Edit access is > not given to them). And these changes are reflected

[Dhis2-devs] DHIS2 Issues with Dashboard

2016-01-22 Thread Archana Chillala
Hi I am working on Dashboards, their shareability and Synch to different DHIS instances. However, I observed a couple of issues with that. *Issue 1:* When we share a dashboard with a user Group providing* 'View Only'* access, the users within that user group are also able to* EDIT *the dashboard

[Dhis2-devs] Web API : Create Favourite

2016-01-22 Thread Pamod Amarakoon
Hi, I wanted to create a new favorite at pivot table that filters the date values between a range of 500 to 1000. I could get the output i needed using http://xxx.xx.xx.xx:xxx /x/api/analytics.json?dimension=dx:dHqbtLysQz0.fHcQdNbIBwQ:eq:0&dimension=ou:GYBZ1og9bk7&dimension=pe:LAST_12_MONTHS&disp

Re: [Dhis2-devs] [Bug 1536598] [NEW] Dashboard names not showing in 2.22

2016-01-22 Thread Knut Staring
Apparently it only happens with Firefox. And yes, it is about the tabs on top. However, I don't see this issue (Firefox on OSX). Perhaps it is a caching thing? On Fri, Jan 22, 2016 at 4:16 AM, Morten Olav Hansen wrote: > Hi > > Could you please describe the issue in more detail? do you mean the