N°3629 - Activity panel: Add "activity_panel.datetimes_reformat_limit" config. param. to define the limit after which all dates / times should be displayed in absolute format

This commit is contained in:
Molkobain
2021-02-23 13:25:19 +01:00
parent 3d4e63416f
commit fa39846cc8
3 changed files with 10 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ $(function()
options:
{
datetime_format: null,
datetimes_reformat_limit: 14, // In days
datetimes_reformat_limit: 7, // In days
transaction_id: null, // Null until the user gets the lock on the object
lock_enabled: false, // Should only be true when object mode is set to "view" and the "concurrent_lock_enabled" config. param. enabled
lock_status: null,