Skip to content
Snippets Groups Projects
Commit c1fb9a4c authored by Adam Laskowski's avatar Adam Laskowski
Browse files

SSDM-55: Removed validation for multivalued properties creation in admin

parent 680e6aa1
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -77,14 +77,6 @@ export default class EntityTypeFormControllerValidate extends PageControllerVali
messages.get(messages.DATA_TYPE)
)
if(property.dataType.value != 'SAMPLE' && property.dataType.value != 'CONTROLLEDVOCABULARY') {
validator.validateBooleanNotSet(
property,
'isMultiValue',
messages.get(messages.IS_MULTI_VALUE)
)
}
if (property.vocabulary.visible) {
validator.validateNotEmpty(
property,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment