batchshedule changes
This commit is contained in:
parent
1e2f591f67
commit
91cc874c62
@ -206,6 +206,7 @@ app.controller('schCtrl', ["$scope","$rootScope","toaster", "$filter", "ngTableP
|
||||
"ScheduleDate":"",
|
||||
"ScheduleStartTime":"",
|
||||
"ScheduleEndTime":""
|
||||
|
||||
});// For Main Dropdown
|
||||
});
|
||||
|
||||
@ -220,7 +221,8 @@ app.controller('schCtrl', ["$scope","$rootScope","toaster", "$filter", "ngTableP
|
||||
|
||||
},function(error){
|
||||
$scope.semDropDownShowLoading = false;
|
||||
swal('Already Exist','','error');
|
||||
swal(error.data.message,'','error');
|
||||
$state.go($state.current, {}, {reload: true});
|
||||
|
||||
} );
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user