Skip to content

insights: fix transactionality for add / remove view to dashboard mut…

Administrator requested to merge insights/api/AddInsightViewToDashboard into main

Created by: coury-clark

Fixes #27451 (closed)

Fixes transactionality in the add / remove view to dashboard mutations.

  1. Adds transaction support to permissions validator
  2. Fixes a bug in the mutations where an empty dashboard response violated the nullability constraint in the GraphQL API (apparently errors.Wrap returns nil if the passed err is also nil

Merge request reports

Loading