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
@@ -1,4 +1,4 @@
class Suppliers::TableSerializer
include Qwaiter::SupplierBaseSerializer
attributes :number, :width, :height, :position_x, :position_y, :section_id#, :active_list_id
attributes :number, :width, :height, :position_x, :position_y, :section_id, :active#, :active_list_id
end