Problem/Motivation

Permissions file is already in place but administer migrate_log_ui configuration permission is used nowhere. It's about config form but the module doesn't have it.

https://git.drupalcode.org/project/migrate_log_ui/-/blob/1.0.x/migrate_l...

So there could be a new permission to view migrate logs - currently it uses 'administer migrations' but this also gives permission to run migration which might not be always desired.

Command icon 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

useernamee created an issue. See original summary.

useernamee’s picture

Status: Active » Needs review

Since permissions file was already in place I've quickly rolled out the PR.

martin_klima’s picture

Status: Needs review » Reviewed & tested by the community

Yes, we need to have a special permission. I checked the changes, all make sense.

  • useernamee committed b6db166e on 1.0.x
    Issue #3405477 by useernamee, martin_klima: Add new permission to view...
useernamee’s picture

Status: Reviewed & tested by the community » Fixed

merged, will create a new release for this fix

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.