mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
Fix private field filter
This commit is contained in:
@ -46,10 +46,14 @@ var et2_customfields_list = et2_valueWidget.extend([et2_IDetachedDOM, et2_IInput
|
||||
"default": "",
|
||||
"type": "any", // String or array
|
||||
"description": "Filter displayed custom fields by their 'type2' attribute"
|
||||
},
|
||||
'private': {
|
||||
ignore: true,
|
||||
type: 'boolean'
|
||||
}
|
||||
},
|
||||
|
||||
legacyOptions: ["type_filter"], // Field restriction & private done server-side
|
||||
legacyOptions: ["type_filter","private"], // Field restriction & private done server-side
|
||||
|
||||
prefix: '#',
|
||||
|
||||
|
Reference in New Issue
Block a user