Commit e98c397a4bb4eaf87dcf89450a86cc246527f3aa fixes #2336891.

Commit 49a9a3e9bf8ddf79195f586785bde0ebfad0df1b overwrites the fix.

Patch attached that simply reapplies the fix.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jamessw created an issue. See original summary.

jamessw’s picture

Note- this is basically removing strict type comparisons, which I have misgiving about. Drupal is returning a string as the setting instead of an integer. It should be an integer.

jamessw’s picture

Here's a patch that will actually fix the issue- it returns the correct type for the option, allowing strict type checking to stay.

hass’s picture

Version: 7.x-2.3 » 7.x-2.x-dev
Status: Active » Needs review
hass’s picture

Status: Needs review » Needs work
Issue tags: +Need tests

  • hass committed 32da024 on 7.x-2.x authored by jamessw
    Issue #2808067 by jamessw: New commit overwrites fix for outbound link...

  • hass committed 7f79fc1 on 6.x-4.x authored by jamessw
    Issue #2808067 by jamessw: New commit overwrites fix for outbound link...

  • hass committed 198cd82 on 7.x-2.x
    Issue #2808067 by hass: Add test for trackDomainMode value
    

  • hass committed b528b58 on 6.x-4.x
    Issue #2808067 by hass: Add test for trackDomainMode value
    
hass’s picture

Status: Needs work » Fixed
Issue tags: -Need tests

  • hass committed 4e910eb on 8.x-2.x
    Issue #2808067 by hass: Add test for trackDomainMode value
    

Status: Fixed » Closed (fixed)

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

ben.hamelin’s picture

Question on issue queue status/policy. Should this really be marked as closed if the fix isn't in the master branch yet? Anyone looking for this issue isn't going to easily find it, and using the -dev branch is fine and all but I think misleading for anyone who installs this module now.
Again, maybe I'm not properly understanding the workflow of the issue queue but this seems like an issue that needs to be pushed live now.
Thanks,