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.
Updated by David Davis over 10 years ago
unless @view.in_environment?(@environment)
fail HttpErrors::BadRequest, _("Content view '%{view}s' not in environment '%{env}s'.") %
{view: @view.name, environment: @environment.name}
end
Updated by Eric Helms over 10 years ago
- Difficulty set to easy
- Triaged changed from No to Yes
Updated by David Davis about 10 years ago
- Is duplicate of Bug #6848: Error when removing a content view from an environment added
Updated by Eric Helms about 10 years ago
- Translation missing: en.field_release set to 13
Updated by Eric Helms over 9 years ago
- Translation missing: en.field_release deleted (
13)
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release set to 166
Actions