Closed (fixed)
Project:
Redirect
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 May 2025 at 21:48 UTC
Updated:
8 Sep 2025 at 19:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
krystalcode commentedComment #4
alexpott@krystalcode this is a really neat idea. +1 for moving validation out of forms and into constraints. I'm going to add some specific test coverage of constraint and check that we have and add if necessary coverage for the form.
I've open an MR and merged this patch to do this.
Comment #6
alexpottAdded unit test and paired the patch back to the minimum necessary change.
I think this is a nice change that improves redirect validation and the ability to create redirects via an API.
Comment #7
berdirReviewed.
Comment #8
alexpottI've addressed @berdir's feedback - thanks for the review!
Comment #10
berdirLooks good now, simpler and fewer unrelated changes.