diff --git a/400-SOURCECODE/Admin/src/app/app.routing.module.ts b/400-SOURCECODE/Admin/src/app/app.routing.module.ts index 6f65634..35be9fd 100644 --- a/400-SOURCECODE/Admin/src/app/app.routing.module.ts +++ b/400-SOURCECODE/Admin/src/app/app.routing.module.ts @@ -33,7 +33,6 @@ const appRoutes: Routes = [ { path: 'managediscountcode', component: ManageDiscountCode }, { path: 'subscriptionprice', component: SubscriptionPrice }, { path: 'adduser', component: AddUser }, - { path: 'addgeneral', component: AddUser }, { path: 'unblockuser', component: UnblockUser }, { path: 'searchlicense', component: SearchLicense }, { path: 'addlicense', component: AddLicense }, diff --git a/400-SOURCECODE/Admin/src/app/components/UserEntity/adduser.component.html b/400-SOURCECODE/Admin/src/app/components/UserEntity/adduser.component.html index b0c124f..a697839 100644 --- a/400-SOURCECODE/Admin/src/app/components/UserEntity/adduser.component.html +++ b/400-SOURCECODE/Admin/src/app/components/UserEntity/adduser.component.html @@ -71,7 +71,7 @@
Last Name is required
-
+
diff --git a/400-SOURCECODE/Admin/src/assets/data/Menu.json b/400-SOURCECODE/Admin/src/assets/data/Menu.json index 298d8ac..6237dd7 100644 --- a/400-SOURCECODE/Admin/src/assets/data/Menu.json +++ b/400-SOURCECODE/Admin/src/assets/data/Menu.json @@ -85,13 +85,7 @@ "SubMenuName": "Add User", "SubMenuUrl": "adduser", "SubMenuStatus": "True" - }, - { - "SubMenuId": "224", - "SubMenuName": "Add General Admin", - "SubMenuUrl": "addgeneral", - "SubMenuStatus": "True" - }, + }, { "SubMenuId": "209", "SubMenuName": "Unblock User", @@ -298,13 +292,7 @@ "SubMenuName": "Add User", "SubMenuUrl": "adduser", "SubMenuStatus": "True" - }, - { - "SubMenuId": "224", - "SubMenuName": "Add General Admin", - "SubMenuUrl": "addgeneral", - "SubMenuStatus": "True" - }, + }, { "SubMenuId": "209", "SubMenuName": "Unblock User",