Skip to content

Commit

Permalink
Remove the Parole Board from agency switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
wilson1000 committed Jan 10, 2024
1 parent 016d0d4 commit bbc30d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
<ul class="c-intranet-switcher">

<?php

// Temporarily filtering out OSPT/JAC until site is ready to go live
// Remove OSPT hardcoded link to old intranet below when site goes live.
// 10th Jan 2024: Parole Board added to exclude list: https://dsdmoj.atlassian.net/jira/software/c/projects/CDPT/boards/1154?selectedIssue=CDPT-1170
$modified_agency_array = array_filter($activeAgencies, function ($data) {
return !in_array($data["shortcode"], ['jac', 'ospt']);
return !in_array($data["shortcode"], ['jac', 'ospt', 'pb']);
});

foreach ($modified_agency_array as $agency_id => $agency) {
Expand Down

0 comments on commit bbc30d3

Please sign in to comment.