CADI AAF Integration and merging the code
[portal.git] / ecomp-portal-FE-common / client / app / views / account-onboarding / account-add-details / account-add-details.js
index f92d2d2..d776656 100644 (file)
         constructor($scope, $log, $interval, basicAuthAccountService, $modalInstance, errorMessageByCode, ECOMP_URL_REGEX, $window, confirmBoxService, $cookies,items) {
          
            this.addEndpoint = () => {
-                 this.account.endpointList.push({
+                  confirmBoxService.showInformation('Please add the roles to this Username/MechId through AAF Screen ').then(isConfirmed => {});
+               return;
+                /* this.account.endpointList.push({
                          valid: true
-                 }); 
+                 }); */
            }
             let init = () => {
                this.account = [];