Skip to content
Snippets Groups Projects
Commit 2d599e47 authored by Martin Anderson-Clutz's avatar Martin Anderson-Clutz
Browse files

Issue #3483082 by mandclu: Use the new durations overlay by default

parent 120741d7
Branches 4.2.x
No related merge requests found
......@@ -35,7 +35,7 @@ class SmartDateWidgetBase extends DateTimeWidgetBase {
'hide_date' => TRUE,
'allday' => TRUE,
'remove_seconds' => FALSE,
'duration_overlay' => FALSE,
'duration_overlay' => TRUE,
] + parent::defaultSettings();
}
......@@ -210,7 +210,7 @@ class SmartDateWidgetBase extends DateTimeWidgetBase {
'default_duration' => 60,
'allday' => TRUE,
'remove_seconds' => FALSE,
'duration_overlay' => FALSE,
'duration_overlay' => TRUE,
];
}
$limits_to_check = ['min', 'max'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment