I'm not able to see the 'Mappings' option to add a new mapping.
Is there something I should be choosing as a setting somewhere to see that?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3050212-mapping-permission-fix-3.patch | 848 bytes | Csongi95 |
| gather-content-config.jpg | 28.36 KB | Mathew Chapman |
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.