When following a glossary link to a non-existent term, G2 offers to create an entry. This works on 5.x-1.1 and 5.x-1.x-dev However, when the destination is set to local:

- on 7.x-1.1, incorrect HTML is generated (HTML embedded within the title attribute contains double quotes, ending the title attribute)
- on 6.x-1.dev, a WSOD happens

Comments

fgm’s picture

Status: Active » Needs review
StatusFileSize
new4.45 KB

Test catches error on D7.

fgm’s picture

StatusFileSize
new5.48 KB

And this version includes the fix for the error caught by the test.

fgm’s picture

Status: Needs review » Fixed

Tests pass locally, but bot seems to have been sleeping a lot. Included in today's dev branch.

fgm’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev
Status: Fixed » Patch (to be ported)

Needs backport.

fgm’s picture

Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

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

fgm’s picture

Issue summary: View changes

Port to 8.x-1.x HEAD caught a lingering permissions error in Homonyms. Good to have regressions tests like that one.