Skip to content

Commit

Permalink
Corrected fields in Control Action editor
Browse files Browse the repository at this point in the history
  • Loading branch information
romanblanco committed Aug 11, 2015
1 parent b7b9dda commit 4d155b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/views/layouts/_ae_resolve_options.html.haml
Expand Up @@ -3,12 +3,12 @@
- ae_custom_button ||= false
- rec_id = @edit && @edit[:action_id].present? ? @edit[:action_id] : "new"
- url = url_for(:action => field_changed_url, :id => rec_id)
%hr
%h3= _("Object Details")
%table.style1
- if form_action == "ae_resolve"
- if form_action == "ae_resolve"
%hr
%h3= _("Object Details")
%table.style1
%tr
%td.key= _("System/Process/")
%td.key= _("System/Process")
%td
= select_tag('instance_name',
options_for_select(resolve[:instance_names].sort_by(&:downcase),
Expand Down

0 comments on commit 4d155b0

Please sign in to comment.