From 7b0d55d7fc04ebd0e3a298a6db05c3a8b827cd18 Mon Sep 17 00:00:00 2001 From: David Flor <493294@mail.muni.cz> Date: Thu, 23 Feb 2023 16:35:20 +0100 Subject: [PATCH] fix: bug fixes after angular 15 migration * fixed a bug where user could skip to second step of the add member org dialog without actually picking a VO * removed "No filter" dummy objects from resource assigned users page filters * fixed a bug where the bans table for the member wouldn't load if the user had no bans, also added Vo object to the EnrichedBanForVo object to avoid exceptions in ban on entity list * fixed a bug where user could try to add a group inclusion without a VO selected, resulting in an empty dialog --- .../facility-allowed-users.component.html | 9 ++- .../facility-allowed-users.component.ts | 68 ++++++++----------- .../member-bans/member-bans.component.ts | 17 ++++- ...ings-hierarchical-inclusion.component.html | 12 +++- ...-member-organization-dialog.component.html | 2 +- 5 files changed, 58 insertions(+), 50 deletions(-) diff --git a/apps/admin-gui/src/app/facilities/pages/facility-detail-page/facility-allowed-users/facility-allowed-users.component.html b/apps/admin-gui/src/app/facilities/pages/facility-detail-page/facility-allowed-users/facility-allowed-users.component.html index be1904e9e..39fec3b33 100644 --- a/apps/admin-gui/src/app/facilities/pages/facility-detail-page/facility-allowed-users/facility-allowed-users.component.html +++ b/apps/admin-gui/src/app/facilities/pages/facility-detail-page/facility-allowed-users/facility-allowed-users.component.html @@ -1,12 +1,12 @@