Sprint/202000
Compare changes
+ 69
− 55
@@ -3,49 +3,52 @@
:max="this.formFieldInformation['http://www.w3.org/ns/shacl#maxCount'] !== undefined && this.formFieldInformation['http://www.w3.org/ns/shacl#maxCount'][0] !== undefined && formFieldInformation['http://www.w3.org/ns/shacl#maxCount'][0]['value'] !== undefined ? parseInt(formFieldInformation['http://www.w3.org/ns/shacl#maxCount'][0]['value']) : maxNumberOfSelectedObjects"
:max="this.formFieldInformation['http://www.w3.org/ns/shacl#maxCount'] !== undefined && this.formFieldInformation['http://www.w3.org/ns/shacl#maxCount'][0] !== undefined && formFieldInformation['http://www.w3.org/ns/shacl#maxCount'][0]['value'] !== undefined ? parseInt(formFieldInformation['http://www.w3.org/ns/shacl#maxCount'][0]['value']) : maxNumberOfSelectedObjects"
@@ -65,9 +68,22 @@ import { MetadataApi, defaultOnCatch } from '@coscine/api-connection';
@@ -93,6 +109,10 @@ export default Vue.extend({
@@ -109,7 +129,9 @@ export default Vue.extend({
@@ -129,7 +151,9 @@ export default Vue.extend({
@@ -190,7 +214,7 @@ export default Vue.extend({
@@ -204,7 +228,7 @@ export default Vue.extend({
@@ -220,7 +244,7 @@ export default Vue.extend({
@@ -261,14 +285,4 @@ export default Vue.extend({