Hub Gallery card group reference broken when solution deployed by user who can't create shared edit groups
Open
- 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
Assessment
This issue has not been assessed yet.