Skip to content

Commit a9fefc5

Browse files
committed
REF #35700 fixed the contact form rapid
1 parent 0b67baf commit a9fefc5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: config/permissions.php

+6
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@
9898
'action' => ['index'],
9999
'bypassAuth' => true,
100100
],
101+
[
102+
'role' => '*',
103+
'controller' => 'Contacts',
104+
'action' => ['rapid', 'roadTrip'],
105+
'bypassAuth' => true,
106+
],
101107
[
102108
'role' => 'user',
103109
'controller' => 'Dashboards',

0 commit comments

Comments
 (0)