- Merge request !1Issue #3214926: Library icons/icon_picker is attached incorrectly → (Closed) created by Unnamed author
In the IconSelect class the `icons/icon_picker` lib is being added `#attached` and is done by setting the variable as a string, which should actually be an array. If the field's libs get mutated later up in the tree, the lib will be removed since it is not part of an library array. This can result in the field not being displayed properly.
Also, the lib is being added twice which is unnecessary
Add an icon field and make sure some other system will mutate the `#attached.library`. For example the clientside_validation module.
Fix the issue.
Create a mr.
N/A
N/A
N/A
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.