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

Issue 45592: remove html encoding of name/value for form submission #3402

Merged
merged 1 commit into from May 31, 2022

Conversation

labkey-nicka
Copy link
Contributor

Rationale

This fixes Issue 45592. With #3387 the formSubmit() utility method was updated to use JavaScript element creation rather than jQuery string processing. In doing so I'd erroneously copied over the encoding of the name/value pairs for each input element to be generated.

Related Pull Requests

Changes

  • Remove HTML encoding of form input "name" and "value" properties.

@labkey-nicka labkey-nicka self-assigned this May 31, 2022
@labkey-nicka labkey-nicka merged commit 79fc480 into develop May 31, 2022
@labkey-nicka labkey-nicka deleted the fb_fix_45592 branch May 31, 2022 23:55
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.

None yet

2 participants