Skip to content

Commit

Permalink
Fixed to not show "Back" button on summary screen.
Browse files Browse the repository at this point in the history
- Back button is to go back to summary screen, is displayed on sub-screens that are linked from summary screen.

UI PR #7401

for #6819
  • Loading branch information
h-kataria committed Feb 2, 2021
1 parent 23e50a0 commit 4285f4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/miq_event_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ def show_list
end

def show
@display = params[:display] || "main" unless pagination_or_gtl_request?
@lastaction = "show"
@record = MiqEventDefinition.find_by(:id => params[:id])
end

Expand Down

0 comments on commit 4285f4c

Please sign in to comment.