Closed (fixed)
Project:
Content Access
Version:
2.1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2026 at 14:48 UTC
Updated:
6 Apr 2026 at 16:20 UTC
Jump to comment: Most recent
In #3357181: Does not react to role changes there was a set of steps outlined for testing that content access does the right thing when the roles of a user change, but there was no associated test written when that issue's fix went in, so it's possible we might re-introduce a regression if we were to change the storage of those role related grants...which I want to do.
Use the steps from the ticket and get AI to write us a test.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
steven jones commentedComment #4
steven jones commentedAdded a test in the MR.
Comment #5
amoebanath commentedOK so the statics now use drupal_static , which we're able to reset
Whereas that wasn't possible before
Looks like the test steps are replicated as per that issue
Great!
Comment #7
steven jones commented