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

select/Row.js has non-relative path for dependency "query" #429

Open
RSantosGIS opened this issue Apr 29, 2019 · 0 comments
Open

select/Row.js has non-relative path for dependency "query" #429

RSantosGIS opened this issue Apr 29, 2019 · 0 comments

Comments

@RSantosGIS
Copy link

I am using gridx in a standalone widget and ran into an issue with the gridx/modules/select/Row.js module, which, when loaded, cannot resolve the path as stated. The path as written is:
Line 8: 'gridx/support/query'
this is fine if you control the web app config and can ensure resolution of "gridx" to the right resource path. However, in the case of a standalone widget you cannot be sure this is the case, and regardless this is inconsistent with the relative paths used to invoke gridx resources everywhere else in the library. Changing to this solves the problem:
Line 8: '../../support/query'

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

No branches or pull requests

1 participant