fix user create form

This commit is contained in:
Sebastian Sdorra
2013-05-02 18:40:32 +02:00
parent 62bfcbc78f
commit f56eaa2c74

View File

@@ -102,7 +102,7 @@ Sonia.user.Panel = Ext.extend(Sonia.rest.Panel, {
showAddPanel: function(){
Sonia.user.setEditPanel({
xtype: 'userEditPanel',
xtype: 'userForm',
title: this.titleText,
padding: 5,
onUpdate: {