From: Alan Knowles Date: Wed, 14 Nov 2012 05:56:39 +0000 (+0800) Subject: Pman.Dialog.CoreNotifyRecur.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=89c4836010e59f3d3c21eae3e0aa84f3e325c1dc Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- diff --git a/Pman.Dialog.CoreNotifyRecur.bjs b/Pman.Dialog.CoreNotifyRecur.bjs index c285c06c..0085caa0 100644 --- a/Pman.Dialog.CoreNotifyRecur.bjs +++ b/Pman.Dialog.CoreNotifyRecur.bjs @@ -112,7 +112,7 @@ }, { "*prop": "colModel[]", - "dataIndex": "method", + "dataIndex": "method_id_title", "header": "From", "width": 75, "xtype": "ColumnModel", diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index 4c22626e..3c397be2 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -278,7 +278,7 @@ Pman.Dialog.CoreNotifyRecur = { { xtype: 'ColumnModel', xns: Roo.grid, - dataIndex : 'method', + dataIndex : 'method_id_title', header : 'From', width : 75, renderer : function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); },