Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Preliminary work attaching tags to responses #4700

Closed
wants to merge 1 commit into from

Conversation

dsamojlenko
Copy link
Member

Summary | Résumé

Re: #4378
See "Next steps" section on related PR: #4694

This PR continues the work in #4694 adding tags to responses on their way into the Vault.

Comment on lines +25 to +32

// If there is a question tag, store it with the response
// if (element.properties.tag) {
// formData[tuple[0]] = JSON.stringify({
// answer: tuple[1],
// tag: element.properties.tag,
// });
// }
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commented out for now.
This mostly works, but the object causes problems further down the chain in rehydrateFormResponses.ts which will need updating.

Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant