layout changes, result list, fixed prod build

This commit is contained in:
lotte
2019-07-09 12:11:04 +02:00
parent 5c39d3c8d1
commit f420cca78c
13 changed files with 84 additions and 91 deletions

View File

@@ -27,6 +27,7 @@ export abstract class FieldParser {
&& (this.configData.input.type !== 'list')
&& (this.configData.input.type !== 'tag')
&& (this.configData.input.type !== 'group')
&& (this.configData.input.type !== 'lookup-relation')
) {
let arrayCounter = 0;
let fieldArrayCounter = 0;