Project

General

Profile

Bug #4715

Bug #4257: Service Driver:- Design New Architecture using node

LoadAvailableCars / SetDriverCarID restructuring using node

Added by Anupama P 12 months ago. Updated 9 months ago.

Status:
New
Priority:
Normal
Target version:
Start date:
04/22/2025
Due date:
% Done:

0%

Estimated time:
Milestone:
Backlog
Branch name:

Description

if (!isCarUpdate) {
parameters.put("type", "LoadAvailableCars");
} else {
parameters.put("type", "SetDriverCarID");
parameters.put("iDriverVehicleId", selectedCarId);
parameters.put("eIconType", taxiStandeIconType != null && !taxiStandeIconType.equals("") ? taxiStandeIconType : "Auto");
}
parameters.put("iDriverId", generalFunc.getMemberId());

Also available in: Atom PDF