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

SAK-51189: Samigo selector sync rendered fix #13549

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jumarub
Copy link
Contributor

@jumarub jumarub commented Apr 4, 2025

No description provided.

Comment on lines 46 to 55

<h:panelGroup rendered="#{assessmentSettings.gradebookGroupEnabled}">
<script>
// Initialize input sync
window.addEventListener("load", () => {
window.syncGbSelectorInput("gb-selector", "assessmentSettingsAction:gb_selector");
window.syncGbSelectorInput("category-selector", "assessmentSettingsAction:category_selector");
});
</script>
</h:panelGroup>
Copy link
Contributor

Choose a reason for hiding this comment

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

i dont understand this. you are using a <span> tag to surround the <script>?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Changed to verbatim, with testing I left the panelGroup

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.

2 participants