Changing definition of basic fields in section from factory to type

https://fedorahosted.org/freeipa/ticket/2040
This commit is contained in:
Petr Vobornik
2011-11-29 14:29:51 +01:00
committed by Endi S. Dewata
parent ab667912cf
commit 9a09916108
7 changed files with 125 additions and 102 deletions

View File

@@ -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'
}
]