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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
AbstractAdmin::__construct params are now all optionnal as we must configure it through tags from what's ask on the next v5 of Sonata Admin (@mathieu-ducrot)
Update minimal smartbooster/core-bundle requirements to have ProcessMonitor and ApiCallMonitor services (@mathieu-ducrot)
Added
Sonata abstract monitoring admin for CRON and ApiCall (@mathieu-ducrot)
Sonata admin template for generic fields : (@mathieu-ducrot)
list_nl2br.html.twig
show_json.html.twig
show_process_logs.html.twig
process_status.html.twig
api_call_status_code.html.twig
Fixed
ParameterAdmin fix remove useless translations options on the type enum field (@mathieu-ducrot)
Removed
Remove allowing version ^3.3 for yokai/enum-bundle bundle because ParameterTypeEnum extends TranslatedEnum and this is not present in version ^3.3 (@lfortunier )