You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
The Create Report Definition button lets you save multiple report definitions with the same name. However, when you open one of the definitions, you always get the first one created.
How can one reproduce the bug?
Steps to reproduce the behavior:
Create and save one report definition
Create and save a second report definition with the exact same name as the first, assign this definition different attributes than the first.
In the list of report definitions, click on the second report definition to open it.
Notice you are looking at the first report definition.
What is the expected behavior?
I should see and work with the report definition I clicked on.
What is your host/environment?
RHEL 9.0
I have tested this on both 2.8.0.0 and the latest version of the reporting plugin.
What is the bug?
The Create Report Definition button lets you save multiple report definitions with the same name. However, when you open one of the definitions, you always get the first one created.
How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
I should see and work with the report definition I clicked on.
What is your host/environment?
I fixed this behavior by changing:
to:
so the report definitions are opened by id instead of name.
The text was updated successfully, but these errors were encountered: