Skip to content
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

4.5 - CSS-Klassen in Backendnavigation unterschiedlich zu 4.4 (title-Attribut fehlt ebenfalls) #1278

Closed
OMOSde opened this issue Jan 1, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@OMOSde
Copy link

OMOSde commented Jan 1, 2018

Beispiel - Navigationspunkt Dateiverwaltung - 4.4:

<a href="/app_dev.php/contao?do=files&amp;ref=_3ZQasiW" class="navigation files" title="">Dateiverwaltung</a>

in 4.5:

<a href="/app_dev.php/contao?do=files&amp;ref=_lBs9CSM" title="" class="navigation system">Dateiverwaltung</a>

Kommt sicher durch die Umstellung auf das knpMenu. Wenn man in https://github.com/contao/core-bundle/blob/master/src/EventListener/BackendMenuListener.php#L67 $moduleName anstatt $categoryName verwendet, sind die ursprünglichen Klassen wieder vorhanden.

@leofeyer
Copy link
Member

leofeyer commented Jan 2, 2018

Behoben in 3274e0b.

@leofeyer leofeyer closed this as completed Jan 2, 2018
@leofeyer leofeyer modified the milestones: 4.5.1, 4.5 May 14, 2019
leofeyer added a commit that referenced this issue Feb 14, 2020
Description
-----------

Fixes #1278 

The PR backports the changes from 4a8be77 and adjusts the `j_tablesort.html5` template accordingly.

Commits
-------

a0764069 Fix the initial table sorting in the "table" content element (see #1278)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants