From 2ce5ef024958e2e1044d7c3a8906ffa0096b4d6b Mon Sep 17 00:00:00 2001 From: udaydenduluri33 <50869558+udaydenduluri33@users.noreply.github.com> Date: Thu, 18 Jan 2024 12:36:10 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ccd06193..907ad93d9 100644 --- a/README.md +++ b/README.md @@ -203,5 +203,5 @@ Session Timeout Configuration - An array that contains the Applications and User Session Timeout - An object that contains the Idle Modal Display Time, Reg Ex pattern so that we use the correct Session Timeout for the application / and or User Groups and Total Idle Time. -END2 TEST +END TEST From 123dc09c1017f56df639eec5bb818502ecb69f72 Mon Sep 17 00:00:00 2001 From: udaydenduluri33 <50869558+udaydenduluri33@users.noreply.github.com> Date: Fri, 19 Jan 2024 10:02:08 +0000 Subject: [PATCH 2/2] Organisation routing --- src/organisation/organisation.routing.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/organisation/organisation.routing.ts b/src/organisation/organisation.routing.ts index 808478e0e..158af1142 100644 --- a/src/organisation/organisation.routing.ts +++ b/src/organisation/organisation.routing.ts @@ -22,12 +22,7 @@ export const ROUTES: Routes = [ }, { path: 'update-pba-numbers', - component: UpdatePbaNumbersComponent, - data: { role: 'pui-finance-manager' }, - canActivate: [ - OrganisationGuard, - UserRoleGuard - ] + component: UpdatePbaNumbersComponent }, { path: 'update-pba-numbers-check',