- Issue created by @jonathanshaw
- Merge request !94#3497961: Add a register permissions validation constraint β (Merged) created by jonathanshaw
- π¬π§United Kingdom jonathanshaw Stroud, UK
I don't love the way this does access-like logic in a validation constraint and makes validation depend on the current user, but I think it's right.
I'm slightly surprised that adding it doesn't mean we can't take away code from elsewhere, but I can't see where.
- πΊπΈUnited States john.oltman
Looks really good, asked for a few tweaks
- π¬π§United Kingdom jonathanshaw Stroud, UK
(1) I've implememented AllowedRegistrant as you requested.
I actually prefer
RegistrantUnique
RegistrantAllowedor even better
RegistrationHasUniqueRegistrant
RegistrationHasAllowedRegistrantTo keep the constraints grouped by their rough type.
(2) There's a certain duplication of logic between RegistrationManager::getRegistratntOptions() and the 2 contraints. But I don't see an easy way to mitigate that; DRY might be overengineering here.
- πΊπΈUnited States john.oltman
Added commits, I fixed a couple of minor errors. Then I saw that removing the options check (you did at my request) broke some tests that look for that condition explicitly. And now I am second guessing myself on that, so I put the options check back in and will eventually create a separate issue to ponder whether that should be removed or not.
There are some other test errors that should mostly be solvable by giving the test user the appropriate create permissions so they can get past your new validator. I will leave that to you for now, if you don't get to it today I should be able to handle tonight.
-
john.oltman β
committed 3cf81bbd on 3.3.x authored by
jonathanshaw β
#3497961: Add a register permissions validation constraint
-
john.oltman β
committed 3cf81bbd on 3.3.x authored by
jonathanshaw β
- 2a2b9005 committed on 3.3.x
#3497961: Fix coding standards error from upstream
- 2a2b9005 committed on 3.3.x
- πΊπΈUnited States john.oltman
The coder module update has not materialized as soon as hoped, so I addressed it here. This means we can look at the build pipelines in Drupal CI and know that all stages should pass. It was getting tiresome to have to check the validate stage to see if the failures were just the two related to upstream, or additional ones that needed to be corrected.
-
john.oltman β
committed 41724804 on 3.3.x
#3497961: Rename constraint
-
john.oltman β
committed 41724804 on 3.3.x
-
john.oltman β
committed a9dd4a1c on 3.3.x
#3497961: Fix anonymous registrant check
-
john.oltman β
committed a9dd4a1c on 3.3.x
Automatically closed - issue fixed for 2 weeks with no activity.