mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 20:48:46 +02:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user