ALIADA / aliada-tool

Aliada tool implementation
GNU General Public License v3.0
35 stars 14 forks source link

UI: check field values in dataset table #87

Closed idoiamurua closed 9 years ago

idoiamurua commented 9 years ago

@xmolero, @eturienzo
When the end-user enters the values for the following fields, the UI module will check that they do not contain the "/" character inside them. These fields may only contain alphanumeric characters:

The following fields may contain the "/" character inside them:

The UI will also check that the following two fields cannot be the empty string at the same time. One of them must have a value:

xmolero commented 9 years ago

The UI check the values correctly.