refs #5066 getVehicleSorted small mod
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-04-20 10:20:15 +02:00
parent 89a3ef5f8d
commit 237c83c6f5
1 changed files with 1 additions and 1 deletions

View File

@ -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',