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.
Issue fork migrate_log_ui-3405477
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
useernamee commentedSince permissions file was already in place I've quickly rolled out the PR.
Comment #4
martin_klimaYes, we need to have a special permission. I checked the changes, all make sense.
Comment #6
useernamee commentedmerged, will create a new release for this fix