Skip to content

Commit

Permalink
Merge pull request #96 from co-cddo/remove-notes-from-agreements-show
Browse files Browse the repository at this point in the history
Remove Notes field from Agreements Show page
  • Loading branch information
RobNicholsGDS authored Oct 28, 2024
2 parents fc5b456 + 95be646 commit df8b797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/agreements/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<% fields_to_show = [
'purpose', 'benefits', 'information_sharing_benefits', 'disclosed_information', 'method', 'information_sharing_method', 'contact', 'start_date', 'end_date', 'review_date',
'retention_period', 'isa_status', 'id', 'notes'
'retention_period', 'isa_status', 'id'
] %>

<dl class="govuk-summary-list">
Expand Down

0 comments on commit df8b797

Please sign in to comment.