updates based on F5 testing

This commit is contained in:
2020-03-06 08:35:12 -05:00
parent 8288595b3f
commit f1ef618dae
18 changed files with 66 additions and 32 deletions
+4 -1
View File
@@ -32,7 +32,10 @@ class List
add_user(user)
user.save
join_request_user_ids_will_change!
save and broadcast_users 'join_request_approved', id: "jr-#{user.id}"
if save
broadcast_users 'join_request_approved', id: "jr-#{user.id}"
broadcast_supplier supplier_id, 'user_joined_list', list_id: id
end
end
end