From 69379d53e4a7d7a3b377f4133e28b305a6f00935 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 4 May 2015 16:10: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 d6038ac4..6a706f43 100644 --- a/Pman.Dialog.CoreNotifyRecur.bjs +++ b/Pman.Dialog.CoreNotifyRecur.bjs @@ -419,7 +419,7 @@ "xtype" : "ColumnModel", "header" : "Keywords", "width" : 75, - "$ renderer" : "function(v) { \n return String.format('{0}', v ? r.data.keywords : ''); \n}", + "$ renderer" : "function(v,x,r) { \n return String.format('{0}', v ? r.data.keywords : ''); \n}", "$ xns" : "Roo.grid", "* prop" : "colModel[]", "dataIndex" : "keyword_filters" diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index 5627338a..922fc039 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -707,7 +707,7 @@ Pman.Dialog.CoreNotifyRecur = { '|xns' : 'Roo.grid', dataIndex : 'keyword_filters', header : _this._strings['867343577fa1f33caa632a19543bd252'], - renderer : function(v) { + renderer : function(v,x,r) { return String.format('{0}', v ? r.data.keywords : ''); }, width : 75, -- 2.39.2