Skip to content

Commit

Permalink
Enable $visibleIf support again
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Feb 4, 2019
1 parent 0a19e42 commit 9d7526d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/y2configuration_management/salt/form_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def form_builder
# Refreshes the most recently open form widget
def refresh_top_form
state.form_widget.refresh(get(state.locator))
# state.form_widget.update_visibility(data)
state.form_widget.update_visibility(form_data)
end

# Displays a popup
Expand Down
2 changes: 1 addition & 1 deletion src/lib/y2configuration_management/widgets/form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def refresh(values)
end

def handle
# @controller.update_visibility
@controller.update_visibility
nil
end

Expand Down

0 comments on commit 9d7526d

Please sign in to comment.