Re: [Dhis2-devs] Short Name for Category Options

2014-11-19 Thread Lars Helge Øverland
Great. On Wed, Nov 19, 2014 at 10:01 AM, Mahendra Kariya < mahendra.kar...@thoughtworks.com> wrote: > We will take care of this when we deploy 2.17. > > Thanks! > > On Wed, Nov 19, 2014 at 1:36 PM, Lars Helge Øverland > wrote: > >> Hi Mahendra, >> >> there is nothing you must do, as the field is

Re: [Dhis2-devs] Short Name for Category Options

2014-11-19 Thread Lars Helge Øverland
Hi Mahendra, there is nothing you must do, as the field is nullable. There isn't really a scripted upgrade path, since the field is unique and max 50 char. However you can try this SQL: update dataelementcategoryoption set name = substring(name,0,50); In 2.17 we have a new option for display ei