- Issue created by @mwymore
The src paths for the column icons on the grid dialog don't include the site's base path, causing them to 404 if the site is not installed at "/". For example, if the site is installed at www.foo.com/bar and uswds_editor_integration is installed via composer, the grid dialog attempts to load www.foo.com/modules/contrib/uswds_editor_integration/images/ui/col_X.png (missing the /bar/ component of the path).
Add the site's base path to the beginning of the src attribute of the icons.
None.
None.
None.
Active
3.1
Code