Bulk upload changes and music health check apis
[portal.git] / ecomp-portal-FE-common / client / app / views / users / users.controller.js
index 0a05d70..dfe1da6 100644 (file)
                });
             };
 
-            this.syncRolesFromExternalAuthSystem = (appId) =>{
-               applicationsService.syncRolesEcompFromExtAuthSystem(appId).then(function(res){
-                       if(res.status == 200){
-                    confirmBoxService.showInformation('Sync operation completed successfully!').then(isConfirmed => {});                               
-                       } else{
-                                confirmBoxService.showInformation('Sync operation failed for '+app).then(isConfirmed => {});                           
-                       }
-               });
-            };
-
             $scope.$watch('users.selectedApp.value', (newVal, oldVal) => {
                if(typeof(newVal) != 'undefined' && !newVal.includes("Select")){
                  applicationsService.getSingleAppInfo(newVal).then(function(res) {