mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
Switch to correct grammatical ordering of child/parent enterprise on enterprise relationships page
This commit is contained in:
@@ -119,6 +119,6 @@ feature %q{
|
||||
def have_relationship(parent, child, perms=[])
|
||||
perms = perms.join(' ') || 'permits'
|
||||
|
||||
have_table_row [parent.name, perms, child.name, '']
|
||||
have_table_row [child.name, perms, parent.name, '']
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user