Mace moving table in supplier main board work and specced

This commit is contained in:
2014-05-28 17:26:47 +02:00
parent 8faf5f3c0a
commit 901c9ac5c8
12 changed files with 34 additions and 14 deletions
+1 -1
View File
@@ -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
View File
@@ -47,7 +47,7 @@ class User
end
def self.from_omniauth(auth)
binding.pry
#binding.pry
end
def list_is_closed!