-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not init available alarm callback types, fetch them explicitly. (#…
…2353) * Do not init available alarm callback types, fetch them explicitly. When we are fetching the available alarm callback types during init of AlarmCallbacksStore, we don't have a stream id to fetch for yet. Therefore we are running into permission problems in the backend resource for non-admin users. This change replaces the init with an explicit fetch of available alarm callback types in the consumer. Fixes #2352 * Fixing linter hints. * Removing now unused store state. (cherry picked from commit d58530a)
- Loading branch information
1 parent
3c4550a
commit 69fbf30
Showing
3 changed files
with
42 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters