Adapt for new ordermodel (#97)
Co-authored-by: Niklas Fondberg <niklas.fondberg@photowall.se>
This commit is contained in:
co-authored by
Niklas Fondberg
parent
ea086568d0
commit
e57cab3b23
@@ -98,7 +98,7 @@ for (const id of [...Array(N + 1).keys()].slice(1)) {
|
||||
// Since the graphql query for designers is
|
||||
// sorted on name we force the second designer
|
||||
// to to top of the name sort.
|
||||
// This is because we insert order-rows on designer with
|
||||
// This is because we insert order on designer with
|
||||
// id = 2
|
||||
if (id === 2) {
|
||||
key.name = `'a'`;
|
||||
|
||||
Reference in New Issue
Block a user