fix: replace arg id by itemFk
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
307c8d92df
commit
81e941db4e
|
@ -15,7 +15,7 @@ module.exports = Self => {
|
||||||
http: {source: 'query'}
|
http: {source: 'query'}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
arg: 'id',
|
arg: 'itemFk',
|
||||||
type: 'number',
|
type: 'number',
|
||||||
description: 'The item id',
|
description: 'The item id',
|
||||||
},
|
},
|
||||||
|
@ -80,7 +80,7 @@ module.exports = Self => {
|
||||||
Object.assign(myOptions, options);
|
Object.assign(myOptions, options);
|
||||||
|
|
||||||
const filterKeyOrder = [
|
const filterKeyOrder = [
|
||||||
'id', 'force', 'days', 'longname', 'supplier',
|
'itemFk', 'force', 'days', 'longname', 'supplier',
|
||||||
'colour', 'size', 'originFk',
|
'colour', 'size', 'originFk',
|
||||||
'lack', 'warehouseFk'
|
'lack', 'warehouseFk'
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue