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/api/v2/template_combinations_controller.rb
end
def find_parent_config_template
@config_template = ConfigTemplate.find(params[:config_template_id])
@config_template = ConfigTemplate.authorized(:view_templates).find(params[:config_template_id])
not_found unless @config_template
@config_template
end

Also available in: Unified diff