-
-
Notifications
You must be signed in to change notification settings - Fork 529
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix errors when hovering action column header (#16484)
### What does it do? ExtJS is grabbing the header by regex on class `'x-grid3-td-([^\\s]+)'`, for some reason the class for action column header doesn't populate correctly (when using column model). Manually specifying an id fixes the issue. ### Why is it needed? Get rid of the errors ### How to test Open system settings & console. hover over the action column header. ![CleanShot 2023-10-17 at 15 15 59](https://github.com/modxcms/revolution/assets/845220/1ee4b09c-107f-4ed2-83d6-6ba0a37fa834) --------- Co-authored-by: Jason Coward <jason@opengeek.com>
- Loading branch information
Showing
2 changed files
with
17 additions
and
16 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters