Mace moving table in supplier main board work and specced
This commit is contained in:
+1
-1
@@ -211,7 +211,7 @@ class List
|
||||
end
|
||||
# user performs a client side refresh
|
||||
broadcast_users 'list_changed_table', list_id: id #, from_table_id: from_table, to_table_id: to_table.id
|
||||
broadcast_supplier supplier_id, 'list_changed_table', list: as_json, section_title: to_table.section.try(:title), from_table_id: from_table
|
||||
broadcast_supplier supplier_id, 'list_changed_table', ListSerializer.new(list).as_json
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
+1
-1
@@ -47,7 +47,7 @@ class User
|
||||
end
|
||||
|
||||
def self.from_omniauth(auth)
|
||||
binding.pry
|
||||
#binding.pry
|
||||
end
|
||||
|
||||
def list_is_closed!
|
||||
|
||||
Reference in New Issue
Block a user