Update app/controllers/admin/universal_tables_controller.rb
fixed have data column flag for import
This commit is contained in:
parent
334a1c7e69
commit
7c4102d61b
|
@ -143,6 +143,7 @@ class Admin::UniversalTablesController < OrbitAdminController
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
te.save
|
te.save
|
||||||
|
te.fix_have_data
|
||||||
end
|
end
|
||||||
response["success"] = true
|
response["success"] = true
|
||||||
response["count"] = table.table_entries.count
|
response["count"] = table.table_entries.count
|
||||||
|
|
Loading…
Reference in New Issue