From: Edward Date: Mon, 22 Apr 2013 08:13:04 +0000 (+0800) Subject: Pman.Dialog.PersonEditor.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=ba68d0272f9e3c1bcfca062c6f3e6795726f06a0 Pman.Dialog.PersonEditor.js --- diff --git a/Pman.Dialog.PersonEditor.js b/Pman.Dialog.PersonEditor.js index 4d460d64..0170c9c0 100644 --- a/Pman.Dialog.PersonEditor.js +++ b/Pman.Dialog.PersonEditor.js @@ -475,53 +475,6 @@ Pman.Dialog.PersonEditor.prototype = { xtype : 'TextField', width : 220 }, - project_id_fs : { - xtype : 'FieldSetEx', - name: 'project_id_fs', - value: 0, - labelWidth: 100, - expanded: false, - style: 'width:420px;', - legend : "Always File Messages from this Person in Project", - items : [ - Pman.Std.project_id({ - width: 300, - fieldLabel : "Project", - allowBlank : true - }), - { - xtype: 'ComboBox', - name : 'action_type_str', - selectOnFocus:true, - qtip : "Action Type", - fieldLabel : "Action Required", - - allowBlank : true, - width: 50, - - - store: new Ext.data.SimpleStore({ - // load using HTTP - fields: [ 'code', 'desc' ], - data: [[ 'ACTION_REQUIRED', "Yes"] , [ 'NOTIFY', "No"] ] - }), - displayField:'desc', - editable : false, - valueField : 'code', - hiddenName: 'action_type', - value : 'ACTION_REQUIRED', - forceSelection: true, - mode: 'local', - triggerAction: 'all' - // queryParam: 'query[project]', - // loadingText: "Searching...", - //listWidth: 400 - - - - } - ] - }, id : { name : 'id', value : '', xtype : 'Hidden' }, save_send : { name : '_save_send', value : 0, xtype : 'Hidden' },