Actions
Bug #5406
closedTrying to remove a content view from an environment it's not in results in nil errors
Description
I think this affects both remove_from_environment and remove_associations.
Actions
Added by David Davis about 12 years ago. Updated almost 8 years ago.
Description
I think this affects both remove_from_environment and remove_associations.
unless @view.in_environment?(@environment)
fail HttpErrors::BadRequest, _("Content view '%{view}s' not in environment '%{env}s'.") %
{view: @view.name, environment: @environment.name}
end