Skip to content

Commit

Permalink
Merge pull request #8852 from akhilkr128/filter_effect_fix
Browse files Browse the repository at this point in the history
Filter effect text and clear option missing in sub listing pages
  • Loading branch information
jeffibm authored Jul 21, 2023
2 parents a8ece64 + eb35216 commit 7e84581
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/vm_common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,7 @@ def scopes_for_role
end

def list_child_vms(model, node_id, title, show_list)
@edit = session[:edit]
options = {
:model => model,
:named_scope => scopes_for_role,
Expand Down

0 comments on commit 7e84581

Please sign in to comment.