From 1cfca54e50d271e319fecc44a997c2e3e534f293 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 Nov 2012 13:58:05 +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 468098eb..4f8dce84 100644 --- a/Pman.Dialog.CoreNotifyRecur.bjs +++ b/Pman.Dialog.CoreNotifyRecur.bjs @@ -116,7 +116,7 @@ "header": "From", "width": 75, "xtype": "ColumnModel", - "|renderer": "function(v,x,r) {\n return String.format('{0}', r.data.method_id_display_name); \n }", + "|renderer": "function(v,x,r) {\n return String.format('{0}', r.data.method_id_display_name); \n}", "|xns": "Roo.grid", "items": [ { diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index a526efb1..c074271f 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -283,7 +283,7 @@ Pman.Dialog.CoreNotifyRecur = { width : 75, renderer : function(v,x,r) { return String.format('{0}', r.data.method_id_display_name); - }, + }, editor : { xtype: 'GridEditor', xns: Roo.grid, -- 2.39.2