Skip to content

Commit

Permalink
Merge pull request #2289 from UKGovernmentBEIS/chore/3008-add-sap-tag
Browse files Browse the repository at this point in the history
(3008) Add new activity tag
  • Loading branch information
mec committed Jan 9, 2024
2 parents ad6f0a8 + 8e8ddca commit db7f373
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- Display the budgets headings as "Activity budgets" for level C and D activities on the Financials tab
- model a financial value from a csv file
- add a new Activity tag, Strategic Allocation Pot (SAP), code 8

## Release 141 - 2023-12-04

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 db7f373

Please sign in to comment.