item groups now have order - start page is now item group 1 (configurable in globals)
This commit is contained in:
11
back-office/test/fixtures/item_in_groups.yml
vendored
Normal file
11
back-office/test/fixtures/item_in_groups.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
item_id: 1
|
||||
item_group_id: 1
|
||||
position: 1
|
||||
|
||||
two:
|
||||
item_id: 1
|
||||
item_group_id: 1
|
||||
position: 1
|
||||
Reference in New Issue
Block a user