configurable calendar drag and drop behavior (#3537)

This commit is contained in:
Kevin Papst
2022-09-14 23:29:26 +02:00
committed by GitHub
parent d705287510
commit 283ab80fc7
10 changed files with 50 additions and 13 deletions

View File

@@ -131,6 +131,7 @@ class AppExtensionTest extends TestCase
],
'weekends' => true,
'dragdrop_amount' => 10,
'dragdrop_data' => false,
'title_pattern' => '{activity}',
],
'kimai.dashboard' => [],

View File

@@ -361,6 +361,7 @@ class ConfigurationTest extends TestCase
],
'weekends' => true,
'dragdrop_amount' => 10,
'dragdrop_data' => false,
'title_pattern' => '{activity}',
],
'theme' => [