forked from extern/egroupware
Fix NaN/NaN/NaN timestamp
This commit is contained in:
parent
98c28030be
commit
c5bb607ebc
@ -32,7 +32,7 @@
|
||||
|
||||
var et2_historylog = et2_valueWidget.extend([et2_IDataProvider],{
|
||||
columns: [
|
||||
{'id': 'timestamp', caption: 'Date', 'width': '120px', widget_type: 'date-time'},
|
||||
{'id': 'user_ts', caption: 'Date', 'width': '120px', widget_type: 'date-time'},
|
||||
{'id': 'owner', caption: 'User', 'width': '150px', widget_type: 'select-account'},
|
||||
{'id': 'status', caption: 'Changed', 'width': '120px', widget_type: 'select'},
|
||||
{'id': 'new_value', caption: 'New Value'},
|
||||
|
Loading…
Reference in New Issue
Block a user