We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The openMoreFacets() function does not properly sanitize URL, resulting in the following error:
openMoreFacets()
Console log show:
0000000005.js:15697 Error: Syntax error, unrecognized expression: #moreFacetsModal-Content-Type-(SS)
The modal will not open.
The problem is in these spots:
SAGE/src/main/webapp/app/components/facetWidgetComponent.js
Line 35 in 84e0934
Line 90 in 84e0934
SAGE/src/main/webapp/app/views/components/facetWidget.html
Line 4 in 84e0934
An ID is generated for the modal, that generated ID needs to strip special characters.
The text was updated successfully, but these errors were encountered:
kaladay
Successfully merging a pull request may close this issue.
The
openMoreFacets()
function does not properly sanitize URL, resulting in the following error:Console log show:
The modal will not open.
The problem is in these spots:
SAGE/src/main/webapp/app/components/facetWidgetComponent.js
Line 35 in 84e0934
SAGE/src/main/webapp/app/components/facetWidgetComponent.js
Line 90 in 84e0934
SAGE/src/main/webapp/app/views/components/facetWidget.html
Line 4 in 84e0934
An ID is generated for the modal, that generated ID needs to strip special characters.
The text was updated successfully, but these errors were encountered: