Pman.Dialog.CoreAutoSavePreview.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 17 Jun 2015 09:24:14 +0000 (17:24 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 17 Jun 2015 09:24:14 +0000 (17:24 +0800)
Pman.Dialog.CoreAutoSavePreview.js

Pman.Dialog.CoreAutoSavePreview.bjs
Pman.Dialog.CoreAutoSavePreview.js

index f6d3f7c..8bf1f06 100644 (file)
          "xtype" : "ColumnModel",
          "header" : "By",
          "width" : 100,
-         "$ renderer" : "function(v) { return String.format('{0}', v ? v.format('Y-m-d H:i:s') : ''); }",
+         "$ renderer" : "function(v) { return String.format('{0}', v ); }",
          "$ xns" : "Roo.grid",
          "* prop" : "colModel[]",
          "dataIndex" : "person_id_name"
index e5ca3b6..ff23487 100644 (file)
@@ -234,7 +234,7 @@ Pman.Dialog.CoreAutoSavePreview = {
           '|xns' : 'Roo.grid',
           dataIndex : 'person_id_name',
           header : _this._strings['53e5aa2c97fef1555d2511de8218c544'],
-          renderer : function(v) { return String.format('{0}', v ? v.format('Y-m-d H:i:s') : ''); },
+          renderer : function(v) { return String.format('{0}', v ); },
           width : 100,
           xns : Roo.grid,
           xtype : 'ColumnModel'