Skip to content

Commit

Permalink
MAN-256: Prevent PI data in links being logged
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcphee77 committed Jan 16, 2025
1 parent 1cd4632 commit 0aaf97f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/views/pages/activity-log.njk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "../partials/case.njk" %}
{% from "govuk/components/notification-banner/macro.njk" import govukNotificationBanner %}
{% set pageTitle = applicationName + " - Schedule" %}
{% set pageTitle = applicationName + " - Activity log" %}
{% set currentNavSection = 'timeline' %}
{% set currentSectionName = 'Activity log' %}
{% set headerPersonName = personActivity.personSummary.name.forename + ' ' + personActivity.personSummary.name.surname %}
Expand Down
2 changes: 1 addition & 1 deletion server/views/pages/sentence.njk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "../partials/case.njk" %}
{% set pageTitle = applicationName + " - Sentence Details" %}
{% set pageTitle = applicationName + " - Sentence" %}
{% set currentNavSection = 'sentence' %}
{% set currentSectionName = 'Sentence' %}
{% set headerPersonName = sentenceDetails.personSummary.name.forename + ' ' + sentenceDetails.personSummary.name.surname %}
Expand Down

0 comments on commit 0aaf97f

Please sign in to comment.