- Issue created by @miiimooo
- last update
about 1 year ago Composer require failure - @miiimooo opened merge request.
- last update
about 1 year ago 2 fail - Status changed to Needs review
about 1 year ago 10:10am 19 October 2023 - Open on Drupal.org →Core: 10.1.x + Environment: PHP 8.1 & MySQL 5.7last update
11 months ago Waiting for branch to pass - 🇪🇸Spain plopesc Valladolid
@miiimooo Thank you for your MR!
I think this is a great idea, but we need to add BC for sites that already have installed the module.
I would add a post_update hook to add that permission to the roles that currently have assigned the "Administer individual URL redirections". In this way, they will not see any regression.
Once they have the module updated and the new permission is available, they would be able to remove it if they consider it necessary.
New sites will require to assign the permission, as expected.
- Open on Drupal.org →Core: 10.1.x + Environment: PHP 8.1 & MySQL 5.7last update
11 months ago Waiting for branch to pass - miiimooo Europe
@plopspec thanks for reviewing. I've added the post_update hook now as you suggested now and confirmed it's working