You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps you can re-enable in $actions before configureActions.
But for me, you should configure actions and permissions in each controllers and don't use disable method in Dashboard if you want to re-enable it after.
This issue has been automatically closed as part of our end-of-year repository maintenance. As an open-source project with limited resources, we need to focus our efforts on the most current and impactful issues. If this feature or bug is still relevant to you, please create a new issue. For bugs, include a detailed reproducer, and for features, provide a clear explanation of your request. Thank you for your understanding and for supporting our project!
Describe the bug
If we disable some actions by default in the DashboardController, we can't re-enable these in child controller.
To Reproduce
DashboardController.php
In other controller :
It says that it already exists, so we have to use update() method, but how can we re-enable the action with this method ?
The text was updated successfully, but these errors were encountered: