some css update and and email fork removed
This commit is contained in:
parent
8c9f3125f7
commit
70b5bb6606
|
@ -1,5 +1,5 @@
|
|||
@charset "utf-8";
|
||||
|
||||
@import 'ticket_variables';
|
||||
#filter {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue