Skip to content

Commit

Permalink
Fix missing Edit screen titles
Browse files Browse the repository at this point in the history
Issue: #5438
  • Loading branch information
epwinchell committed Apr 10, 2019
1 parent eae6a67 commit 74f7758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/application_helper/page_layouts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def layout_uses_tabs?

showtype = case @showtype
when 'dashboard'
!@lastaction.to_s.ends_with?("_dashboard")
@in_a_form ? true : !@lastaction.to_s.ends_with?("_dashboard")
when 'topology'
false
else
Expand Down

0 comments on commit 74f7758

Please sign in to comment.