Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1246

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

7 changes: 1 addition & 6 deletions src/organisation/organisation.routing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down