-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(admin/ui): admin dashboard #1231
Conversation
theus77
commented
Feb 25, 2025
Q | A |
---|---|
Bug fix? | y |
New feature? | n |
BC breaks? | n |
Deprecations? | y |
Fixed tickets? | n |
Documentation? | n |
@@ -22,12 +25,24 @@ public function getResponse(Dashboard $dashboard): Response | |||
$response->setContent($this->twig->render("@$this->templateNamespace/dashboard/services/template.html.twig", [ | |||
'dashboard' => $dashboard, | |||
'options' => $dashboard->getOptions(), | |||
'title' => t('dashboard.exception.title', [], 'emsco-core'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dashboard.exception.title ? I was expecting it only in the catch block ?
@@ -99,6 +99,9 @@ core: | |||
other {There are # indexes} | |||
} | |||
version: 'Version {core} with Symfony {symfony}' | |||
dashboard: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not like the dashboard entry at root level.
For me it needs to be in log.error or core.dashboard ?
…h is not a translation and can't be set here)