mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 04:23:19 +00:00
[skip ci]
PHRAS-3381_tx-as-classification-plan_MASTER back controller for ok button fix : PHRAS-3383 WIP
This commit is contained in:
@@ -42,11 +42,6 @@ class Thesaurus implements ControllerProviderInterface, ServiceProviderInterface
|
||||
public function connect(Application $app)
|
||||
{
|
||||
$controllers = $this->createAuthenticatedCollection($app);
|
||||
// $firewall = $this->getFirewall($app);
|
||||
|
||||
// $controllers->before(function () use ($firewall) {
|
||||
// $firewall->requireRight(\ACL::CANMODIFRECORD);
|
||||
// });
|
||||
|
||||
/** @uses ThesaurusController::dropRecordsAction() */
|
||||
$controllers->get('/droprecords', 'controller.prod.thesaurus:dropRecordsAction');
|
||||
|
Reference in New Issue
Block a user