From 30f06ed5b5e0039942518df9baa4c9a252ee9fd1 Mon Sep 17 00:00:00 2001 From: Joe Rafaniello Date: Wed, 10 Jan 2024 15:57:57 -0500 Subject: [PATCH] Merge pull request #22701 from DavidResende0/request-logs-view-feature Add New Product Feature to See Request Logs (cherry picked from commit 05f053996e96d57dd6378b1fc395fac315f26803) --- db/fixtures/miq_product_features.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/db/fixtures/miq_product_features.yml b/db/fixtures/miq_product_features.yml index cfade49bb2d..463a8f6dc55 100644 --- a/db/fixtures/miq_product_features.yml +++ b/db/fixtures/miq_product_features.yml @@ -154,6 +154,10 @@ :feature_type: view :hidden: true :identifier: miq_request_reload + - :name: Logs + :description: Display Request Logs + :feature_type: view + :identifier: miq_request_show_logs - :name: Operate :description: Perform Operations on Requests :feature_type: control