|
@@ -193,7 +193,7 @@ export default {
|
|
|
) {
|
|
) {
|
|
|
return (
|
|
return (
|
|
|
this.fieldType === 'hidden' ||
|
|
this.fieldType === 'hidden' ||
|
|
|
- this.field.field_options.hide_rights ||
|
|
|
|
|
|
|
+ this.rights[this.fieldName] === 'h' ||
|
|
|
this.fieldRights === FormOptions.t.PERMISSIONS.HIDE
|
|
this.fieldRights === FormOptions.t.PERMISSIONS.HIDE
|
|
|
)
|
|
)
|
|
|
}
|
|
}
|