Re: [Dhis2-devs] [DHIS] Updating Program Version

2016-10-31 Thread Alejandro
Hi! In relation to this thread, we have noticed that whenever the program version gets incremented, ProgramTrackedEntityAttributes ids change. This leads to an error during metadata export to another DHIS2 instance (in which the program already exists) due to ProgramTrackedEntityAttributes id inco

Re: [Dhis2-devs] [DHIS] Updating Program Version

2016-10-26 Thread Archana Chillala
Okay. Thanks for the information, Abyot. Could you please let us know the timelines around it? Archana Chillala Application Developer Email archa...@thoughtworks.com Telephone +91 9100960533 <+91+9100960533> [image: ThoughtWorks]

Re: [Dhis2-devs] [DHIS] Updating Program Version

2016-10-19 Thread Archana Chillala
Hi Abyot, Could you please provide any update on this? Program version gets incremented by when update button is clicked, even if there are no actual changes made to the program. Tested this on Play Server as well - 2.25. It's still the same. Could you please help fix it. Archana Chillala Applica

Re: [Dhis2-devs] [DHIS] Updating Program Version

2016-05-20 Thread Vanya Seth
Hi Abyot This bug still exists in the latest 2.23 version. Can you please have a look at this? Regards Vanya On Mon, Mar 28, 2016 at 5:53 PM, Archana Chillala wrote: > Thanks, Abyot. > > Archana Chillala > Application Developer > Email archa...@thoughtworks.com > Telephone +91 9100960533 <+91+

Re: [Dhis2-devs] [DHIS] Updating Program Version

2016-03-28 Thread Archana Chillala
Thanks, Abyot. Archana Chillala Application Developer Email archa...@thoughtworks.com Telephone +91 9100960533 <+91+9100960533> [image: ThoughtWorks] On Mon, M

Re: [Dhis2-devs] [DHIS] Updating Program Version

2016-03-28 Thread Abyot Asalefew Gizaw
Hi, When to increase a version is really tricky - there are lots of scenarios / changes that trigger or do not trigger version increment. For now, we will fix for a program version not to increment when there is no change at all. -- Abyot A. Gizaw. Senior Engineer, DHIS2 University of Oslo http:

Re: [Dhis2-devs] [DHIS] Updating Program Version

2016-03-28 Thread Archana Chillala
Hi, Could you please provide any update on this? Program version gets incremented by when update button is clicked, even if there are no actual changes made to the program. Currently using DHIS version 2.23. Thank you. Archana Chillala Application Developer Email archa...@thoughtworks.com Teleph

Re: [Dhis2-devs] [DHIS] Updating Program Version

2016-03-16 Thread Abyot Asalefew Gizaw
Hi, I don't know how this is implemented. Yes, it doesn't make sense to bump the version while there is no change in the program. Otherwise, we need the program version. Even't capture updates its cache of programs based on version. --- Thank you, Abyot. On Wed, Mar 16, 2016 at 10:41 AM, Mort

Re: [Dhis2-devs] [DHIS] Updating Program Version

2016-03-16 Thread Erling Fjeldstad
Hi guys, In our Android legacy apps we depend on the Program version code to see if we need to download the program and subclasses (such as tracked entity attributes, program stage data elements etc). It would be great if the program version is being increased if there is actually any changes Rega

Re: [Dhis2-devs] [DHIS] Updating Program Version

2016-03-16 Thread Morten Olav Hansen
Hi When it comes to the web-api, we do not update the program version for every update. I'm not sure exactly why its being done like that in the program module.. but I see this comment: program.increaseVersion(); //TODO make more fine-grained So probably they wanted to do something more with it..

[Dhis2-devs] [DHIS] Updating Program Version

2016-03-16 Thread Archana Chillala
Hi Morten, I am using DHIS version 2.23. In the Program/attributes module, when we create a program, one of the properties of the program - *Version -* is automatically assigned a value 1. When we update the program, the Version value gets incremented by 1 each time. But, even if we do not make an