From 83eceb3f513beadeeefa8cf9929e2282559bdc71 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 Nov 2012 14:03:54 +0800 Subject: [PATCH] Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- Pman.Dialog.CoreNotifyRecur.bjs | 2 +- Pman.Dialog.CoreNotifyRecur.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Dialog.CoreNotifyRecur.bjs b/Pman.Dialog.CoreNotifyRecur.bjs index 9667dd49..71501eb2 100644 --- a/Pman.Dialog.CoreNotifyRecur.bjs +++ b/Pman.Dialog.CoreNotifyRecur.bjs @@ -139,7 +139,7 @@ "pageSize": 20, "qtip": "Select core_enum", "selectOnFocus": true, - "tpl": "
{name}
", + "tpl": "
{display_name}
", "triggerAction": "all", "typeAhead": true, "valueField": "id", diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index 8e7d12c8..1fb15d41 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -307,7 +307,7 @@ Pman.Dialog.CoreNotifyRecur = { pageSize : 20, qtip : "Select core_enum", selectOnFocus : true, - tpl : '
{name}
', + tpl : '
{display_name}
', triggerAction : 'all', typeAhead : true, valueField : 'id', -- 2.39.2