Esri / Esri/solution.js

Hub Gallery card group reference broken when solution deployed by user who can't create shared edit groups

Open
#392 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
48
Forks
16
PR merge metrics
No merged PRs in 30d

Description

When a gallery card is templatized the following variables are created for the groups.

"groups": [
"{{teams.collaborationGroupId}}",
"{{teams.contentGroupId}}"
],

When deployed by a user who doesn't have permissions to create a shared edit group the collaboration group isn't created and results in the variable not being replaced. This breaks the reference to the content group in the card.

"groups": [
"{{teams.collaborationGroupId}}",
"176aa213425b4f7fa94011e8067d9008"
],

@dbouwman, @ghudgins

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.