Skip to content
Snippets Groups Projects
Verified Commit 708d52c4 authored by Damien's avatar Damien
Browse files

FEAT #9514 Fix actions

parent 68a11470
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ class ActionMethodController ...@@ -28,7 +28,7 @@ class ActionMethodController
use AcknowledgementReceiptTrait; use AcknowledgementReceiptTrait;
const COMPONENTS_ACTIONS = [ const COMPONENTS_ACTIONS = [
'confirmAction' => 'createAcknowledgementReceipts', 'confirmAction' => null,
'closeMailAction' => 'closeMailAction', 'closeMailAction' => 'closeMailAction',
'closeAndIndexAction' => 'closeAndIndexAction', 'closeAndIndexAction' => 'closeAndIndexAction',
'updateDepartureDateAction' => 'updateDepartureDateAction', 'updateDepartureDateAction' => 'updateDepartureDateAction',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment