Skip to content

Commit

Permalink
Merge pull request #20190 from h-kataria/cb_reports_non_explorer
Browse files Browse the repository at this point in the history
Chargeback Reports De-Explorization support
  • Loading branch information
Fryguy authored Jun 1, 2020
2 parents af9ee0f + 502e9a0 commit d452e41
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 24 deletions.
57 changes: 35 additions & 22 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1712,30 +1712,43 @@
:identifier: chargeback
:children:
- :name: Reports
:description: Reports Accordion
:description: Everything under Reports
:feature_type: node
:identifier: chargeback_reports
:children:
- :name: Download CSV Format
:description: Download Report in CSV Format
:feature_type: admin
:hidden: true
:identifier: chargeback_download_csv
- :name: Download PDF Format
:description: Download Report in PDF Format
:feature_type: admin
:hidden: true
:identifier: chargeback_download_pdf
- :name: Download Text Format
:description: Download Report in Text Format
:feature_type: admin
:hidden: true
:identifier: chargeback_download_text
- :name: Show Full Screen Report
:description: Show Full Screen Report
:feature_type: admin
:hidden: true
:identifier: chargeback_report_only
- :name: View
:description: View Reports
:feature_type: node
:identifier: chargeback_reports_view
:children:
- :name: List
:description: Display Lists of Chargeback Saved Reports
:feature_type: view
:identifier: chargeback_reports_show_list
- :name: Show
:description: Display Individual Chargeback Saved Report
:feature_type: view
:identifier: chargeback_reports_show
- :name: Download CSV Format
:description: Download Report in CSV Format
:feature_type: view
:hidden: true
:identifier: chargeback_reports_download_csv
- :name: Download PDF Format
:description: Download Report in PDF Format
:feature_type: view
:hidden: true
:identifier: chargeback_reports_download_pdf
- :name: Download Text Format
:description: Download Report in Text Format
:feature_type: view
:hidden: true
:identifier: chargeback_reports_download_text
- :name: Show Full Screen Report
:description: Show Full Screen Report
:feature_type: view
:hidden: true
:identifier: chargeback_reports_report_only
- :name: Rates
:description: Everything under Rates
:feature_type: node
Expand Down Expand Up @@ -6544,7 +6557,7 @@
- :name: Chargeback Measures
:description: Chargeback Rate measures Accordion
:feature_type: node
:identifier: measure
:identifier: measure

# SUI
- :name: Service UI
Expand Down
4 changes: 2 additions & 2 deletions db/fixtures/miq_shortcuts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
:startup: true
- :name: chargeback_reports
:description: Overview / Chargeback / Reports
:url: /chargeback_reports/explorer
:rbac_feature_name: chargeback_reports
:url: /chargeback_report/show_list
:rbac_feature_name: chargeback_reports_show_list
:startup: true
- :name: chargeback_rates
:description: Overview / Chargeback / Rates
Expand Down

0 comments on commit d452e41

Please sign in to comment.