X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Dialog.CoreNotifyRecur.js;h=5627338a680acdf08dc2204705bf658849a36ea2;hb=4706086043a4711ad6386cd764642b0a6b912b1e;hp=7fdd1350368e3e198780b17706ef9144beafe38e;hpb=cc771a0270ee3becd3f8230473ae1abddac85445;p=Pman.Core 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,