Commit 67879601 authored by rammula-nisum-com's avatar rammula-nisum-com Committed by tdutta-nisum-com

auto update delivery managers in project module when user select perticular domain (#119)

parent 92f5e47f
......@@ -943,12 +943,18 @@ myApp.controller("projectController", function ($scope, myFactory, exportUiGridS
if(action == "Update"){
setDeliveryLead();
}
if (action != "Update"){
if(result.length == 1){
$scope.deliveryLeadsSelectedList = result[0];
}
}
}, function myError(response) {
// showProgressDialog("Something went wrong redirecting to login page!!!");
});
}
$scope.validateEmpId = function () {
var searchId = $scope.empId;
if (searchId != "" && isNaN(searchId)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment