Skip to content

Commit

Permalink
feat: add message if iam user not exists (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG authored Dec 10, 2024
1 parent 4fcecb2 commit e4b9ea5
Show file tree
Hide file tree
Showing 14 changed files with 439 additions and 361 deletions.
172 changes: 98 additions & 74 deletions package-lock.json

Large diffs are not rendered by default.

28 changes: 15 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,21 @@
"@ngrx/router-store": "^18.0.1",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@onecx/accelerator": "^5.26.0",
"@onecx/angular-accelerator": "^5.26.0",
"@onecx/angular-auth": "^5.26.0",
"@onecx/angular-integration-interface": "^5.26.0",
"@onecx/angular-remote-components": "^5.26.0",
"@onecx/angular-testing": "^5.26.0",
"@onecx/angular-webcomponents": "^5.26.0",
"@onecx/integration-interface": "^5.26.0",
"@onecx/keycloak-auth": "^5.26.0",
"@onecx/portal-integration-angular": "^5.26.0",
"@onecx/portal-layout-styles": "^5.26.0",
"@onecx/accelerator": "^5.28.0",
"@onecx/angular-accelerator": "^5.28.0",
"@onecx/angular-auth": "^5.28.0",
"@onecx/angular-integration-interface": "^5.28.0",
"@onecx/angular-remote-components": "^5.28.0",
"@onecx/angular-testing": "^5.28.0",
"@onecx/angular-webcomponents": "^5.28.0",
"@onecx/integration-interface": "^5.28.0",
"@onecx/keycloak-auth": "^5.28.0",
"@onecx/portal-integration-angular": "^5.28.0",
"@onecx/portal-layout-styles": "^5.28.0",
"@webcomponents/webcomponentsjs": "^2.8.0",
"file-saver": "^2.0.5",
"keycloak-angular": "^16.0.1",
"ngx-filesaver": "^19.0.0",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primeng": "^17.18.11",
Expand All @@ -88,16 +89,17 @@
"@commitlint/config-conventional": "^19.5.0",
"@openapitools/openapi-generator-cli": "^2.15.3",
"@schematics/angular": "^18.2.10",
"@types/file-saver": "^2.0.7",
"@types/jasmine": "~5.1.4",
"@types/node": "~22.9.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"css-loader": "^7.1.2",
"eslint": "^8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-deprecation": "^3.0.0",
"husky": "^9.1.6",
"jasmine-core": "~5.4.0",
"jasmine-spec-reporter": "^7.0.0",
Expand All @@ -120,7 +122,7 @@
"ts-node": "10.9.2",
"typescript": "5.5.4",
"url-loader": "^4.1.1",
"webpack": "^5.95.0",
"webpack": "5.95.0",
"webpack-merge": "^6.0.1"
}
}
2 changes: 1 addition & 1 deletion src/app/_apm-mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
padding-top: 0.4rem;
padding-bottom: 0.4rem;
&:nth-child(odd) {
&:nth-child(even) {
background-color: #f8f9fa;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/app/permission/permission.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { AppDetailComponent } from './app-detail/app-detail.component'
import { RoleDetailComponent } from './role-detail/role-detail.component'
import { PermissionDetailComponent } from './permission-detail/permission-detail.component'
import { PermissionExportComponent } from './permission-export/permission-export.component'
import { OneCXUserRolesPermissionsComponent } from '../remotes/user-roles-permissions/user-roles-permissions.component'
import { OneCXUserRolesPermissionsComponent } from 'src/app/remotes/user-roles-permissions/user-roles-permissions.component'

const routes: Routes = [
{
Expand Down
Loading

0 comments on commit e4b9ea5

Please sign in to comment.