Closed (fixed)
Project:
User Restrictions
Version:
2.0.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Sep 2025 at 22:40 UTC
Updated:
21 Oct 2025 at 08:49 UTC
Jump to comment: Most recent
UserRestrictions::getOriginalId() uses the following code.
public function getOriginalId(): string {
return $this->originalId;
}
That is the same code used by ConfigEntityBase, the parent class.
Remove UserRestrictions::getOriginalId().
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
tanushree gupta commentedComment #3
tanushree gupta commentedWorking on it!!
Comment #6
tanushree gupta commentedComment #7
avpadernoThis issue is for the 3.0.x branch, while the merge request has been created for the 2.0.x branch.
While the change would eventually be back-ported, it needs to be first provided for the 3.0.x branch.
Comment #11
tanushree gupta commentedMR 26 is against branch 3.0.x
Please review.
Comment #12
avpadernoComment #13
tanushree gupta commentedRemove lines according to comment.
Please review.
Comment #15
avpadernoComment #20
avpaderno