Closed (fixed)
Project:
GatherContent
Version:
8.x-4.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2019 at 15:33 UTC
Updated:
24 Jul 2019 at 08:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
ronchica commentedWe ran into this yesterday as well.
Seems that in gathercontent_ui.module, the permission for the route /admin/config/gathercontent/mapping is set to 'administer site configuration'.
$entity_types['gathercontent_mapping']->set('admin_permission', 'administer site configuration');
?? Not sure what's up with that. We needed a quickish fix, so have given the role the 'administer site configuration' permission. But, seems to me that should be a GatherContent permission of some sort.
Comment #3
Csongi95 commentedThank you for the remark.
I've created a patch for the 8.x-4.0 version.
Comment #5
Csongi95 commentedI pushed the changes into the development branch.