From 71f81f844a96312c65a8c327cc7cdf4ee319b14f Mon Sep 17 00:00:00 2001 From: Joey Orlando Date: Fri, 24 Feb 2023 16:27:11 +0100 Subject: [PATCH] fixed UI permission related bug where Editors could not export their user iCal link (#1412) # Which issue(s) this PR fixes https://www.loom.com/share/c6da9a51786a483999b19eba94c7e2f5 ## Checklist - [ ] Tests updated (N/A) - [ ] Documentation added (N/A) - [x] `CHANGELOG.md` updated --- CHANGELOG.md | 1 + .../UserSettings/parts/connectors/ICalConnector.tsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5db5e39..6a52e0d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed importing of global grafana styles ([672](https://github.com/grafana/oncall/issues/672)) +- Fixed UI permission related bug where Editors could not export their user iCal link ### Changed diff --git a/grafana-plugin/src/containers/UserSettings/parts/connectors/ICalConnector.tsx b/grafana-plugin/src/containers/UserSettings/parts/connectors/ICalConnector.tsx index 1b58108d..d9fe2d3a 100644 --- a/grafana-plugin/src/containers/UserSettings/parts/connectors/ICalConnector.tsx +++ b/grafana-plugin/src/containers/UserSettings/parts/connectors/ICalConnector.tsx @@ -88,7 +88,7 @@ const ICalConnector = (props: ICalConnectorProps) => { In case you lost your iCal link you can revoke it and generate a new one. - +