From 0a5ae7cfcd7e92830d8ffcd242fc3f034523e792 Mon Sep 17 00:00:00 2001 From: Martin Povolny Date: Wed, 19 Apr 2017 14:20:36 +0200 Subject: [PATCH] Add chargeback to shortcuts to allow access to chargeback only. https://bugzilla.redhat.com/show_bug.cgi?id=1343418 --- db/fixtures/miq_shortcuts.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/db/fixtures/miq_shortcuts.yml b/db/fixtures/miq_shortcuts.yml index 9596e42aeb0..0b51990fe8d 100644 --- a/db/fixtures/miq_shortcuts.yml +++ b/db/fixtures/miq_shortcuts.yml @@ -4,6 +4,11 @@ :url: /dashboard/show :rbac_feature_name: dashboard_view :startup: true +- :name: chargeback + :description: Cloud Intelligence / Chargeback + :url: /chargeback/explorer + :rbac_feature_name: chargeback + :startup: true - :name: report_explorer :description: Cloud Intelligence / Reports :url: /report/explorer