Project

General

Profile

« Previous | Next » 

Revision acfbc458

Added by Marek Hulán about 10 years ago

fixes #812 - new permissions model, user group role and nest support, role filters for better granularity

Contributions from:

View differences:

app/controllers/concerns/foreman/controller/taxonomy_multiple.rb
end
def select_multiple_organization
find_multiple
@hosts = find_multiple
end
def select_multiple_location
find_multiple
@hosts = find_multiple
end
def update_multiple_organization
find_multiple
@hosts = find_multiple
update_multiple_taxonomies(:organization)
end
def update_multiple_location
find_multiple
@hosts = find_multiple
update_multiple_taxonomies(:location)
end
......
redirect_back_or_to hosts_path
end
end
end

Also available in: Unified diff