Skip to content

Commit

Permalink
[TASK] Remove FlexFormManipulations
Browse files Browse the repository at this point in the history
Do not overwrite AjaxRoutes from backend forms.

Related: #497
Release: 12.0
  • Loading branch information
opi99 committed Oct 13, 2023
1 parent 94243a6 commit f35ec76
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Configuration/Backend/AjaxRoutes.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,4 @@
'access' => 'user,group',
'target' => \Tvp\TemplaVoilaPlus\Controller\Backend\Ajax\UserSettings::class . '::setClipboardMode',
],

// Overwrite from core
// Fetch the tree-structured data from a record for the tree selection
'record_tree_data' => [
'path' => '/record/tree/fetchData',
'target' => Tvp\TemplaVoilaPlus\Form\Controller\FormSelectTreeAjaxController9::class . '::fetchDataAction',
],
// Add a flex form section container
'record_flex_container_add' => [
'path' => '/record/flex/containeradd',
'target' => Tvp\TemplaVoilaPlus\Form\Controller\FormFlexAjaxController9::class . '::containerAdd',
],
];

0 comments on commit f35ec76

Please sign in to comment.