mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 03:34:48 +02:00
Implement sub_app attribute for customfields widget, in order to be able to store sub-app's specific customfields
This commit is contained in:
@ -48,6 +48,11 @@ var et2_customfields_list = (function(){ "use strict"; return et2_valueWidget.ex
|
||||
'private': {
|
||||
ignore: true,
|
||||
type: 'boolean'
|
||||
},
|
||||
'sub_app': {
|
||||
'name': 'sub app name',
|
||||
'type': "string",
|
||||
'description': "Name of sub application"
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user