open-y-subprojects / openy_custom

Custom modules from Open Y core. Decoupled for ability to use outside of Open Y when needed.
GNU General Public License v3.0
0 stars 14 forks source link

Auto creation of redirects provided by the Redirects module is not working in combination with openy_redirect #80

Open carolpettirossi opened 3 weeks ago

carolpettirossi commented 3 weeks ago

The "Automatically create redirects when URL aliases are changed." setting on /admin/config/search/redirect/settings is not working as expected.

Scenario:

  1. User creates a page and add an alias 'test-a'
  2. User edits the page and update the alias to 'test-b'
  3. User access test-a

Result: Page not found Expected result: Redirects to test-b

carolpettirossi commented 3 weeks ago

I added a Pull Request here to remove the part of the code that deletes redirects: https://github.com/open-y-subprojects/openy_custom/pull/81