|
@@ -46,7 +46,7 @@ discard block |
|
|
block discarded – undo |
|
46
|
46
|
{ |
|
47
|
47
|
use ModuleChartTrait; |
|
48
|
48
|
|
|
49
|
|
- protected const ROUTE_URL = '/tree/{tree}/timeline-{scale}'; |
|
|
49
|
+ protected const ROUTE_URL = '/tree/{tree}/timeline-{scale}'; |
|
50
|
50
|
|
|
51
|
51
|
// Defaults |
|
52
|
52
|
protected const DEFAULT_SCALE = 10; |
|
@@ -153,7 +153,7 @@ discard block |
|
|
block discarded – undo |
|
153
|
153
|
|
|
154
|
154
|
$params = (array) $request->getParsedBody(); |
|
155
|
155
|
|
|
156
|
|
- $add = $params['add'] ?? ''; |
|
|
156
|
+ $add = $params['add'] ?? ''; |
|
157
|
157
|
|
|
158
|
158
|
Auth::checkComponentAccess($this, ModuleChartInterface::class, $tree, $user); |
|
159
|
159
|
|
Please login to merge, or discard this patch.