If your site uses path prefixes (multilingual sites, purl prefixes, ...) the "Stop Editing Layout" link redirects to a page not found, this is because the destination contains the prefixes.
ie: en/prefix/path will redirect to en/prefix/en/prefix/path
Attached patch should solve this issue.
| Comment | File | Size | Author |
|---|---|---|---|
| contex-ui-broken-redirect-inline-editing.patch | 1.06 KB | stijndm |
Comments
Comment #1
tekante commentedPatch applied, http://drupalcode.org/project/context.git/commit/a499efb3132f5bf8648be14... thanks for the bug report and patch.