diff --git a/app/controllers/aspects_controller.rb b/app/controllers/aspects_controller.rb index 8452d3e58..d874a6358 100644 --- a/app/controllers/aspects_controller.rb +++ b/app/controllers/aspects_controller.rb @@ -137,6 +137,7 @@ class AspectsController < ApplicationController else flash[:error] = I18n.t 'aspects.update.failure', :name => @aspect.name end + render :nothing => true end def toggle_contact_visibility