EasyCorp / EasyAdminBundle

EasyAdmin is a fast, beautiful and modern admin generator for Symfony applications.
MIT License
3.99k stars 1.01k forks source link

Support re-enabling actions if they have been disabled. #6210

Open dragosprotung opened 2 months ago

dragosprotung commented 2 months ago

If an action has been disabled, there is no way to reenable it.

This is usefull when having a base controller that gets extended to create different views. If an action should by default be disabled (in the base controller) it will not be possible to reenable it in the extending controller.

Also fixes #5128