fixes for promoted attribute multiplicity

This commit is contained in:
zadam
2020-08-14 00:11:26 +02:00
parent f6f9f0d2c0
commit d9c246f8a7
4 changed files with 13 additions and 165 deletions

View File

@@ -400,7 +400,7 @@ class Note extends Entity {
const definition = definitionAttr.value;
if (definition.multiplicityType === 'multivalue') {
if (definition.multiplicityType === 'multi') {
return true;
}
else {