-
Notifications
You must be signed in to change notification settings - Fork 472
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
17500 FIX Custom & forecast graphs: Fix editing of foreign, non-publi…
…c graphs When editing a custom/forecast graph, we need to know the ID of the graph and the owner, because: * Users can edit custom/forecast graphs of other users if they have sufficient permissions. * The IDs must only be unique per user, not site-wide. CMK-20198 Change-Id: I5fe419f78316b6793db98f07f7a0db39698f9ea7
- Loading branch information
Showing
2 changed files
with
21 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[//]: # (werk v2) | ||
# Custom & forecast graphs: Fix editing of foreign, non-public graphs | ||
|
||
key | value | ||
---------- | --- | ||
date | 2025-01-07T12:40:14+00:00 | ||
version | 2.4.0b1 | ||
class | fix | ||
edition | cee | ||
component | multisite | ||
level | 1 | ||
compatible | yes | ||
|
||
Users with the permissions "Edit foreign custom/forecast graphs" can edit custom/forecast graphs | ||
owned by other users, even if they haven't been published. However, attempting to edit the design | ||
(custom graph)/the model (forecast graph) of an unpublished custom/forecast graph owned by another | ||
user resulted in the error message "No graph with the ID ...". |
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