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

Fix js error when no proposal field on determination form. #4147

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

frjo
Copy link
Contributor

@frjo frjo commented Sep 26, 2024

Fixes #4144

@frjo frjo added Type: Bug Bugs! Things that are broken :-/ Type: Patch Mini change, used in release drafter labels Oct 1, 2024
@frjo frjo merged commit 7cc2e01 into main Oct 1, 2024
10 checks passed
@@ -69,7 +69,7 @@
});
window.addEventListener("load", function (event) {
const proposal_form_field = document.querySelector("#id_proposal_form");
Copy link
Contributor

Choose a reason for hiding this comment

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

It's probably not important, but how or where does id_proposal_form come from? I could not find it anywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Bugs! Things that are broken :-/ Type: Patch Mini change, used in release drafter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Determination page shows Uncaught TypeError in console
2 participants