浏览代码

fixed dateTime

Piotr Labudda 7 年之前
父节点
当前提交
7caf9bf1b9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      SE/se-lib/TableAjax.php

+ 1 - 0
SE/se-lib/TableAjax.php

@@ -2131,6 +2131,7 @@ jQuery(document).ready(function(){
 							case 'long': $columnConfig->type = 'number'; break;
 							case 'date': $columnConfig->type = 'string'; break;
 							case 'datetime': $columnConfig->type = 'string'; break;
+							case 'dateTime': $columnConfig->type = 'string'; break;
 							case 'double': $columnConfig->type = 'string'; break;
 						}
 						break;