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

SSDM-55: Adding saving multivalued property type to Admin UI

parent 256b4cf4
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -132,6 +132,7 @@ export default class EntityTypeFormControllerSave extends PageControllerSave {
creation.setDataType(property.dataType.value)
creation.setSchema(property.schema.value)
creation.setTransformation(property.transformation.value)
creation.setMultiValue(property.isMultiValue.value)
if (
property.dataType.value === openbis.DataType.CONTROLLEDVOCABULARY &&
......
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