mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Changing definition of basic fields in section from factory to type
https://fedorahosted.org/freeipa/ticket/2040
This commit is contained in:
committed by
Endi S. Dewata
parent
ab667912cf
commit
9a09916108
@@ -44,7 +44,7 @@ IPA.hostgroup.entity = function(spec) {
|
||||
fields: [
|
||||
'cn',
|
||||
{
|
||||
factory: IPA.textarea_widget,
|
||||
type: 'textarea',
|
||||
name: 'description'
|
||||
}
|
||||
]
|
||||
@@ -76,7 +76,7 @@ IPA.hostgroup.entity = function(spec) {
|
||||
fields: [
|
||||
'cn',
|
||||
{
|
||||
factory: IPA.textarea_widget,
|
||||
type: 'textarea',
|
||||
name: 'description'
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user