From bae261f6fa6d7e82fbc35c1055848aa08b3fb196 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 25 Jan 2018 10:30:39 +0530 Subject: [PATCH] course details changes done --- Apollo/assets/js/controllers/callTrackingCtrl.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Apollo/assets/js/controllers/callTrackingCtrl.js b/Apollo/assets/js/controllers/callTrackingCtrl.js index 60692356..40cfc655 100755 --- a/Apollo/assets/js/controllers/callTrackingCtrl.js +++ b/Apollo/assets/js/controllers/callTrackingCtrl.js @@ -1432,6 +1432,9 @@ app.controller('callTrackingCtrl2', ["$scope","$rootScope","toaster", "$filter", if(myModel1.status==null || myModel1.status=='' || myModel1.status==undefined){ swal("Warning!", 'Please select status', "warning"); } + else if (myModel1.assignStaff=='') { + swal("Warning!", 'Please select assigned to', "warning"); + } else if (myModel1.comments=='') { swal("Warning!", 'Please enter comments', "warning"); } else {