dynamicLogicOptions field param
This commit is contained in:
@@ -46,5 +46,6 @@
|
||||
"storeArrayValues": true
|
||||
},
|
||||
"translatedOptions": true,
|
||||
"dynamicLogicOptions": true,
|
||||
"personalData": true
|
||||
}
|
||||
|
||||
@@ -47,5 +47,6 @@
|
||||
"storeArrayValues": true
|
||||
},
|
||||
"translatedOptions": true,
|
||||
"dynamicLogicOptions": true,
|
||||
"personalData": true
|
||||
}
|
||||
|
||||
@@ -50,5 +50,6 @@
|
||||
"type":"varchar"
|
||||
},
|
||||
"translatedOptions": true,
|
||||
"dynamicLogicOptions": true,
|
||||
"personalData": true
|
||||
}
|
||||
|
||||
@@ -58,5 +58,6 @@
|
||||
"storeArrayValues": true
|
||||
},
|
||||
"translatedOptions": true,
|
||||
"dynamicLogicOptions": true,
|
||||
"personalData": true
|
||||
}
|
||||
|
||||
@@ -239,7 +239,7 @@ Espo.define('views/admin/field-manager/edit', ['view', 'model'], function (Dep,
|
||||
}
|
||||
|
||||
if (
|
||||
~['enum', 'array', 'multiEnum'].indexOf(this.type)
|
||||
this.getMetadata().get(['fields', this.type, 'dynamicLogicOptions'])
|
||||
&&
|
||||
!this.getMetadata().get(['entityDefs', this.scope, 'fields', this.field, 'dynamicLogicOptionsDisabled'])
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user