Skip to content

Commit

Permalink
Merge pull request #1851 from GregP/delete_dupe_msg_method_edit_save
Browse files Browse the repository at this point in the history
Delete duplicate flash message for Automation Method Edit page actions
(cherry picked from commit 8c346e4)

https://bugzilla.redhat.com/show_bug.cgi?id=1481442
  • Loading branch information
h-kataria authored and simaishi committed Aug 14, 2017
1 parent 21f4181 commit c8907da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/views/miq_ae_class/_method_inputs.html.haml
@@ -1,6 +1,5 @@
#method_inputs_div
- if !@in_a_form && @ae_method
= render :partial => "layouts/flash_msg"
%h3
= _('Main Info')
.form-horizontal.static
Expand Down Expand Up @@ -73,6 +72,5 @@
%td= record.datatype.blank? ? 'string' : record.datatype
- else
#method_form_div
= render :partial => "layouts/flash_msg"
= render :partial => "method_form", :locals => {:prefix => ""}
%br

0 comments on commit c8907da

Please sign in to comment.