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
Description Since the actions/auth functions are chained now instead of importing the ckan default function as fallback(), a lot of the tests are now broken. Example Travis run here: https://travis-ci.org/NaturalHistoryMuseum/ckanext-userdatasets/builds/634352607
fallback()
This should mostly be a case of removing patches and updating syntax (e.g. using toolkit.check_access() instead of calling the function directly).
toolkit.check_access()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Since the actions/auth functions are chained now instead of importing the ckan default function as
fallback()
, a lot of the tests are now broken.Example Travis run here: https://travis-ci.org/NaturalHistoryMuseum/ckanext-userdatasets/builds/634352607
This should mostly be a case of removing patches and updating syntax (e.g. using
toolkit.check_access()
instead of calling the function directly).The text was updated successfully, but these errors were encountered: