feat: refs #7119 add VehicleState model with data source configuration #3328

Merged
jorgep merged 37 commits from 7119-createVehicle into dev 2025-02-06 09:24:11 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit fb653c1eca - Show all commits

View File

@ -71,6 +71,8 @@ module.exports = Self => {
return /^\d+$/.test(value)
? {'v.id': value}
: {numberPlate: {like: `%${value}%`}};
case 'id':
return {'v.id': value};
case 'description':
case 'tradeMark':
case 'numberPlate':