- Issue created by @AstonVictor
-
astonvictor β
committed 58b196e5 on 3.0.x
Issue #3500158 - Allow users to bypass
-
astonvictor β
committed 58b196e5 on 3.0.x
It should be possible to bypass any validations.
Since it should not be enabled by default, we should create a config form to handle it.
Requirements:
1. Create a new permission - 'manage fapi validation settings'
2. Create a new route with a form callback and the permission from above as requirements.
3. Create a new Form class that will render the 'Bypass validations' checkbox.
The form should use the 'fapi_validation.settings' config name.
All other features will be added in the related tasks.
IMPORTANT: the issue is added for the 'Global Contribution Weekend' on 25.01.2025. Please, don't work on it till that date.
Active
3.0
Code
Issue #3500158 - Allow users to bypass