some css update and and email fork removed

This commit is contained in:
Harry Bomrah 2015-08-25 19:03:26 +08:00
parent 8c9f3125f7
commit 70b5bb6606
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
@charset "utf-8";
@import 'ticket_variables';
#filter {
display: none;
}

View File

@ -186,8 +186,9 @@ class Admin::TicketsController < OrbitAdminController
response.user_tags = params[:user_tags] if params[:user_tags].present?
response.save
if params[:user_tags].present?
p1 = fork { send_notification_emails(response, tq.ticket) }
Process.detach(p1)
send_notification_emails(response, tq.ticket)
# p1 = fork { send_notification_emails(response, tq.ticket) }
# Process.detach(p1)
end
tq.ticket_query_responses << response
render :partial => "response", :object => response