mirror of
https://github.com/strapi/strapi.git
synced 2026-01-04 03:03:38 +00:00
filter by entity id when reordering components
This commit is contained in:
parent
129d88cccc
commit
036cb8b250
@ -338,7 +338,9 @@ const cleanOrderColumnsForInnoDB = async ({
|
||||
.map(() => '?')
|
||||
.join(', ')})
|
||||
) AS inv_order
|
||||
FROM ?? a`,
|
||||
FROM ?? a
|
||||
WHERE a.:joinColumnName: = :id
|
||||
`,
|
||||
[
|
||||
tempInvOrderTableName,
|
||||
joinTable.name,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user