Pman.Dialog.CoreProject.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 19 Oct 2010 02:54:18 +0000 (10:54 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 19 Oct 2010 02:54:18 +0000 (10:54 +0800)
Pman.Dialog.CoreProject.js

index 827c63f..0f759b2 100644 (file)
@@ -102,6 +102,7 @@ Pman.Dialog.CoreProject = {
                                     emptyText : "Select Project Type",
                                     fieldLabel : 'Project Type',
                                     forceSelection : true,
+                                    hiddenName : 'type',
                                     listWidth : 400,
                                     loadingText : "Searching...",
                                     minChars : 2,
@@ -115,7 +116,6 @@ Pman.Dialog.CoreProject = {
                                     typeAhead : true,
                                     valueField : 'code',
                                     width : 200,
-                                    hiddenName : '',
                                     store : {
                                         xtype: 'SimpleStore',
                                         xns: Roo.data,