configurable calendar drag and drop behavior (#3537)
This commit is contained in:
@@ -131,6 +131,7 @@ class AppExtensionTest extends TestCase
|
||||
],
|
||||
'weekends' => true,
|
||||
'dragdrop_amount' => 10,
|
||||
'dragdrop_data' => false,
|
||||
'title_pattern' => '{activity}',
|
||||
],
|
||||
'kimai.dashboard' => [],
|
||||
|
||||
@@ -361,6 +361,7 @@ class ConfigurationTest extends TestCase
|
||||
],
|
||||
'weekends' => true,
|
||||
'dragdrop_amount' => 10,
|
||||
'dragdrop_data' => false,
|
||||
'title_pattern' => '{activity}',
|
||||
],
|
||||
'theme' => [
|
||||
|
||||
Reference in New Issue
Block a user