Skip to content

Commit 9265bb3

Browse files
committed
Expose collector form field values to svg
The handlebars context had no access to the collector form's values
1 parent 7360225 commit 9265bb3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
This version enforces environment to have Node 22 installed (supported until 30 April 2027) and removes support for Node 18 for better performance and using [new features](https://github.com/nodejs/node/releases/tag/v22.0.0) offered by NodeJS
2020

2121
- Use nvm to upgrade your local development environment to use node version `22.x.x.`
22+
- Add collector form fields to the handlebars context so that helper can have logic targeting collector form values
2223

2324
- **UI enhancements**
2425

packages/client/src/v2-events/features/events/actions/print-certificate/Review.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export function Review() {
203203
createdByRole: userFromUsersList.role,
204204
status: 'Accepted',
205205
declaration: {},
206-
annotation: null,
206+
annotation,
207207
originalActionId: null,
208208
createdBySignature: userFromUsersList.signature,
209209
createdAtLocation: userDetails.primaryOffice.id as UUID,

0 commit comments

Comments
 (0)