Skip to content

Commit b679bfc

Browse files
authored
RELEASE: 2.6.6 (#836)
2 parents 983c5a6 + 3663f22 commit b679bfc

18 files changed

Lines changed: 950 additions & 686 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Tag Jira fix version
2+
run-name: ${{ github.actor }} tagging Jira fix version for ${{ github.ref_name }}
3+
4+
# Runs on temporary release branches. Delegates to the reusable workflow, which
5+
# generates the release-notes preview, derives the version from the branch name
6+
# (release/1.12.0 -> 1.12.0), and tags the referenced Jira tickets.
7+
on:
8+
push:
9+
branches:
10+
- "release/*"
11+
12+
jobs:
13+
jira:
14+
uses: HDRUK/github-actions-templates/.github/workflows/jira-fix-version.yml@main
15+
with:
16+
jira_projects: "REGISTRY"
17+
secrets: inherit

mocks/data/cms.tsx

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ import { ReactNode } from "react";
44

55
export const mockedChristmasBannerContent = () => (
66
<>
7-
Please note that the HDR UK Technology Team are on reduced hours from Dec 20
8-
- January 3, and will be unable to respond to support requests during this
9-
time.
7+
We wiped this pre-production test site of its data on the week of June 30.
8+
You will need to re-register an account to continue testing this site. If
9+
you contacted us previously, you should receive an email within 24 hours
10+
inviting you or your team back onto the system. Otherwise, if you'd like to
11+
be re-invited back onto this test site as a Data Custodian, please email us
12+
at{" "}
13+
<a href="mailto:enquiries@safepeopleregistry.org">
14+
enquiries@safepeopleregistry.org
15+
</a>{" "}
16+
with the email address of an administrator of your Custodian account. Once
17+
invited, they can invite the rest of the team.
1018
</>
1119
);
1220

@@ -590,6 +598,8 @@ export const mockedOrganisationProfileGuidance: TabGuidance = {
590598

591599
<ul style={{ marginBottom: "1rem", paddingLeft: "1.25rem" }}>
592600
<li>Affiliating a User, and</li>
601+
<li>Adding or updating profile information</li>
602+
<li>Adding or removing other Delegates</li>
593603
<li>Accepting the Safe People Registry's Terms and Conditions</li>
594604
</ul>
595605
</>

0 commit comments

Comments
 (0)