Merge branch '115040781-legaldoc_on_delete' into staging

This commit is contained in:
Stas 2016-03-21 15:54:49 +02:00
commit 195c9fc242
2 changed files with 6 additions and 2 deletions

View file

@ -41,7 +41,7 @@ class Epp::ContactsController < EppController
def delete
authorize! :delete, @contact, @password
if @contact.destroy_and_clean
if @contact.destroy_and_clean(params[:parsed_frame])
render_epp_response '/epp/contacts/delete'
else
handle_errors(@contact)