This commit is contained in:
parent
89a3ef5f8d
commit
237c83c6f5
|
@ -1,6 +1,6 @@
|
|||
module.exports = Self => {
|
||||
Self.remoteMethod('getVehiclesSorted', {
|
||||
description: 'Sort the vehicles by a warehouse',
|
||||
description: 'Sort the vehicles by warehouse',
|
||||
accessType: 'WRITE',
|
||||
accepts: [{
|
||||
arg: 'warehouseFk',
|
||||
|
|
Loading…
Reference in New Issue