Browse Source

fixed dateTime

Piotr Labudda 7 years ago
parent
commit
7caf9bf1b9
1 changed files with 1 additions and 0 deletions
  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;