dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #10077
[Bug 704977] Re: There is no validatios for code field of Creating DataElement
The code does not have a unique constraint anymore. This probably
happens because your database still has the constraint but the
application does not. Remove the constraint in the database to fix. We
had a startup routine for this but it probably failed on mysql.
** Changed in: dhis2
Status: New => Invalid
--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/704977
Title:
There is no validatios for code field of Creating DataElement
Status in DHIS 2 - District Health Information Software:
Invalid
Bug description:
While creating a new DataElement if we are giving a duplicate code
then it is giving Exception, there is no validation for code field.
References