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

Appearance page operations links are missing classes #6205

Closed
laryn opened this issue Aug 27, 2023 · 4 comments · Fixed by backdrop/backdrop#4505 or backdrop/backdrop#4533
Closed

Appearance page operations links are missing classes #6205

laryn opened this issue Aug 27, 2023 · 4 comments · Fixed by backdrop/backdrop#4505 or backdrop/backdrop#4533

Comments

@laryn
Copy link
Contributor

laryn commented Aug 27, 2023

Description of the bug

The Appearance / List Themes page attempts to provide classes for operations links but it is coming out as underscores:
image

Steps To Reproduce

To reproduce the behavior:

  1. Go to 'Appearance'
  2. Inspect the operation links by any of the themes (e.g. Enable, Disable, etc.)
@bugfolder
Copy link

Verified the issue, verified that the patch fixes the problem. WFM.

Code also LGTM.

@quicksketch
Copy link
Member

Thanks @laryn and @bugfolder! Merged backdrop/backdrop#4505 into 1.x and 1.25.xx.

@klonos
Copy link
Member

klonos commented Oct 4, 2023

Sorry to reopen this folks. Small follow-up PR to also fix the example provided in hook_system_themes_page_alter() in system.api.php: backdrop/backdrop#4533

@laryn
Copy link
Contributor Author

laryn commented Oct 20, 2023

Thanks @klonos, I've merged the expanded documentation into 1.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment