From: Alan Knowles Date: Tue, 19 Oct 2010 02:54:18 +0000 (+0800) Subject: Pman.Dialog.CoreProject.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=be82c04a2bef74ec2c60aba8e9509d44560ef870 Pman.Dialog.CoreProject.js --- diff --git a/Pman.Dialog.CoreProject.js b/Pman.Dialog.CoreProject.js index 827c63fc..0f759b28 100644 --- a/Pman.Dialog.CoreProject.js +++ b/Pman.Dialog.CoreProject.js @@ -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,