From: Edward Date: Mon, 4 May 2015 08:09:49 +0000 (+0800) Subject: Pman.Dialog.CoreNotifyRecur.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=4706086043a4711ad6386cd764642b0a6b912b1e Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- diff --git a/Pman.Dialog.CoreNotifyRecur.bjs b/Pman.Dialog.CoreNotifyRecur.bjs index 923df745..d6038ac4 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 ? v : ''); \n}", + "$ renderer" : "function(v) { \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 7fdd1350..5627338a 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -708,7 +708,7 @@ Pman.Dialog.CoreNotifyRecur = { dataIndex : 'keyword_filters', header : _this._strings['867343577fa1f33caa632a19543bd252'], renderer : function(v) { - return String.format('{0}', v ? v : ''); + return String.format('{0}', v ? r.data.keywords : ''); }, width : 75, xns : Roo.grid,