Problem/Motivation
The "access pwa" permission does not exist. But hook_install set it on anonymous users.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork pwa-3205800
Show commands
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 #3
grimreaperComment #4
khaled.zaidan commentedYeah, I just spotted this issue now, as well.
I think it's worth implementing hook_update_N() to remove the permission with the next release.
Code is simple (I just haven't yet gotten the hang of GitLab :( ).
Comment #5
anybody@khaled.zaidan could you test that please and add the code to the MR?
Comment #6
anybodyThanks, @khaled.zaidan for the addition, I just added it to the MR.
Comment #7
anybody@Grimreaper or @khaled.zaidan would you like to review the MR to get this fixed? :)
Comment #8
anybodyComment #9
grimreaperHi,
@Anybody, the MR is ok for me.
Comment #10
anybodyThanks @Grimreaper then I'll merge it now.
Comment #12
anybody