Problem/Motivation

The latest release changed the CSS to be loaded dynamically from editoria11y module folder, but it doesn't take file_url_alter() hook into account, causing editoria11y.css to throw a 404 response in case the file cannot be served from /modules/contrib/editoria11y folder.

Proposed resolution

Run css_url setting through file_url_generator service.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

tuutti created an issue. See original summary.

tuutti’s picture

Status: Active » Needs review

itmaybejj made their first commit to this issue’s fork.

itmaybejj’s picture

Assigned: Unassigned » itmaybejj

  • tuutti committed c7f900fa on 2.1.x
    Issue #3442729: Run drupalSettings.editoria11y.css_url through...

  • itmaybejj committed aa498b8f on 2.1.x
    Issue #3442729 by tuutti: Run drupalSettings.editoria11y.css_url through...
itmaybejj’s picture

Status: Needs review » Fixed

Thank you! I didn't know about this service.

Merged & released.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

itmaybejj’s picture