Skip to content

Commit

Permalink
Merge pull request #2299 from UKGovernmentBEIS/hotfix-add-sap-tag
Browse files Browse the repository at this point in the history
HOTFIX: Add new activity tag
  • Loading branch information
shuldt committed Jan 8, 2024
2 parents 40cec2f + f19f75a commit 92820ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

[Full changelog][unreleased]

- add a new Activity tag, Strategic Allocation Pot (SAP), code 8

## Release 141 - 2023-12-04

[Full changelog][141]
Expand Down
6 changes: 3 additions & 3 deletions spec/helpers/codelist_helper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,11 @@
it "returns the BEIS codes and descriptions" do
options = helper.tags_options

expect(options.length).to eq 7
expect(options.length).to eq 8
expect(options.first.code).to eq 1
expect(options.first.description).to eq "Ayrton Fund"
expect(options.last.code).to eq 7
expect(options.last.description).to eq "Previously reported under Newton Fund"
expect(options.last.code).to eq 8
expect(options.last.description).to eq "Strategic Allocation Pot (SAP)"
end
end
end
Expand Down
2 changes: 2 additions & 0 deletions vendor/data/codelists/BEIS/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ data:
description: Previously reported under GCRF
- code: 7
description: Previously reported under Newton Fund
- code: 8
description: Strategic Allocation Pot (SAP)

0 comments on commit 92820ea

Please sign in to comment.