Skip to content

v2.3.0

Compare
Choose a tag to compare
@mathieu-ducrot mathieu-ducrot released this 10 Jun 12:49
· 39 commits to master since this release
8dcf0a5

Added

  • ui_banner.html.twig macro to prompt a tailwind banner for usefull info (current environment, ...) (@mathieu-ducrot)
  • AbstractApiCallAdmin::getOriginChoices for api call origin filter (@mathieu-ducrot)
  • ui_banner.html.twig macro to prompt a tailwind banner for usefull info (current environment, ...) (@mathieu-ducrot)
  • empty_layout.html.twig add ui_banner on the sonata_wrapper block to show current server environment
  • standard_layout.html.twig add ui_banner on the sonata_header_noscript_warning block to show current server environment
    • to unlock it add the following to your twig.globals config : smart_server_environment: '%env(default::ENVIRONMENT)%'
  • admin.en.xlf add missing english translations (@mathieu-ducrot)
  • RestartApiCallTrait controller action to recall already monitored api call (@mathieu-ducrot)
    • Dedicated restart_api_call.html.twig action template with special ROLE_MONITORING_RESTART_API_CALL role check
    • Dedicated admin.extension.action_restart_api_call sonata extension
  • AbstractApiCallAdmin add restartedAt date show view + refresh icon on list to check which api has been recalled (@mathieu-ducrot)