Problem/Motivation
Migrate masquerade permissions whose names have changed between D7 and D9(like masquerade as super user).
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | masquerade_migrate_permissions_3257969-5.patch | 793 bytes | srishtiiee |
| #2 | masquerade_migrate_permissions_3257969-2.patch | 607 bytes | srishtiiee |
Comments
Comment #2
srishtiiee commentedComment #3
narendrarTested manually and
masquerade as adminpermission is properly migrated tomasquerade as super user.Masquerade as any userpermission is already migrating properly because of same name in D7 & D9.Other permissions changed between D7/9 and needs to be updated manually.
Comment #4
huzookaI have only a tiny-tiny nit, but I feel it can be important:
Could you please wrap this into a condition which checks/verifies that the first process plugin configuration of the
permissionsdestination property is astatic_mapplugin?Comment #5
srishtiiee commentedComment #6
huzookaComment #7
andypostLooks good to be committed but I'm afk next days
Comment #9
andypostmerged, thanks