From: Alan Knowles Date: Wed, 14 Nov 2012 06:03:18 +0000 (+0800) Subject: Pman.Dialog.CoreNotifyRecur.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=c276794e602fcc77fa05878915f91666045c50fc Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- diff --git a/Pman.Dialog.CoreNotifyRecur.bjs b/Pman.Dialog.CoreNotifyRecur.bjs index 9cfcce7d..1d16116d 100644 --- a/Pman.Dialog.CoreNotifyRecur.bjs +++ b/Pman.Dialog.CoreNotifyRecur.bjs @@ -129,10 +129,10 @@ "allowBlank": "false", "displayField": "display_name", "editable": "false", - "emptyText": "Select core_enum", + "emptyText": "Select Type", "fieldLabel": "core_enum", "forceSelection": true, - "hiddenName": "", + "hiddenName": "method_id", "listWidth": 400, "loadingText": "Searching...", "minChars": 2, diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index 2aa4ff76..463a2f95 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -297,10 +297,10 @@ Pman.Dialog.CoreNotifyRecur = { allowBlank : 'false', displayField : 'display_name', editable : 'false', - emptyText : "Select core_enum", + emptyText : "Select Type", fieldLabel : 'core_enum', forceSelection : true, - hiddenName : '', + hiddenName : 'method_id', listWidth : 400, loadingText : "Searching...", minChars : 2,