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?

Comments

Mathew Chapman created an issue. See original summary.

ronchica’s picture

We 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.

Csongi95’s picture

StatusFileSize
new848 bytes

Thank you for the remark.

I've created a patch for the 8.x-4.0 version.

  • Csongi95 committed 9bcfd66 on 8.x-4.x
    Issue #3050212 by Csongi95: 'Mappings' option not visible from...
Csongi95’s picture

Status: Active » Fixed

I pushed the changes into the development branch.

Status: Fixed » Closed (fixed)

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