Description of problem:
Cloud Intel - reports - Dashboards
Unable to save default dashboard .
Got error message "Tab title must be Unique for this group"
Version-Release number of selected component (if applicable):
5.9.2.4
How reproducible:
Always
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
Previous bug from 5.6
https://bugzilla.redhat.com/show_bug.cgi?id=1394301
New commit detected on ManageIQ/manageiq-ui-classic/master:
https://github.com/ManageIQ/manageiq-ui-classic/commit/6cf059690fae4877933ad615facaf6c8bd4d2f1e
commit 6cf059690fae4877933ad615facaf6c8bd4d2f1e
Author: Harpreet Kataria <hkataria>
AuthorDate: Tue Aug 21 15:52:20 2018 -0400
Commit: Harpreet Kataria <hkataria>
CommitDate: Tue Aug 21 15:52:20 2018 -0400
There is no need to check for tab title uniqueness for default dashboard
Fixed condition, Only need a check for tab title uniqueness within a group for selected dashboard
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1614872
app/controllers/report_controller/dashboards.rb | 2 +-
spec/controllers/miq_report_controller/dashboards_spec.rb | 47 +
2 files changed, 48 insertions(+), 1 deletion(-)
Comment 13Angelina Vasileva
2018-09-26 08:00:34 UTC