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
Regarding the change in the location of static resources. In a plugin I have a resource located in src/main/resources/static/console/js/app.js.
src/main/resources/static/console/js/app.js
This no longer works in 3.0.12:
${resource(file: 'console/js/app.js')}
It works if changed to:
${resource(file: 'static/console/js/app.js')}
The text was updated successfully, but these errors were encountered:
resource tag not resolving correctly - Fixes #9584
f2573ef
graemerocher
No branches or pull requests
Regarding the change in the location of static resources. In a plugin I have a resource located in
src/main/resources/static/console/js/app.js
.This no longer works in 3.0.12:
It works if changed to:
The text was updated successfully, but these errors were encountered: