Re: [Dhis2-devs] Editing the code in the option sets

2015-02-25 Thread Lars Helge Øverland
Hi Jose, we actually don't plan to allow this. As you said, earlier we use name both as the saved value in the database and the display property. This did not work out so well, since people wanted to have multiple names pointing to the same database value (code), translation of names, be able to

Re: [Dhis2-devs] Editing the code in the option sets

2015-02-24 Thread Jose Garcia Muñoz
Hi Juan, yes you are right. It was the cache! :) So, yep, it is getting the name of the optionsets. Thank you! Dhis2 devs, is it going to be possible to edit the codes as well? Thanks On Tue, Feb 24, 2015 at 4:44 AM, Juan Manuel Alcantara Acosta < jmalcanta...@gmail.com> wrote: > Hi Jose > I t

Re: [Dhis2-devs] Editing the code in the option sets

2015-02-23 Thread Juan Manuel Alcantara Acosta
Hi Jose I tested this in DEV, where we have options that have a code that is different than the text. I changed the value of one option and checked the result in an event report, I kept getting the old text until I cleared the server cache. Best regards, JM > El 23/02/2015, a las 17:31, Jose Gar

Re: [Dhis2-devs] Editing the code in the option sets

2015-02-23 Thread Jose Garcia Muñoz
Following with this thread... I have tested changing the name of the option sets We had the following option '4A03 - Meidy Mazariegos' in the 2.16, when we upgrade to the 2.17 the name and the code of the option were filled both with the same text '4A03 - Meidy Mazariegos'. However, we realiz