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
CKAN version 1.7 or so
Describe the bug If you add a served directory that partially string matches existing values it will be ignored
Steps to reproduce
if old_ckan: add_template_directory(config, 'templates-for-old-ckans') add_template_directory(config, 'templates')
Expected behavior when old_ckan is True I expect both template directories to be in the template search path
Additional details only the /path/to/my/extension/templates-for-old-ckans appears in the template search path
/path/to/my/extension/templates-for-old-ckans
The text was updated successfully, but these errors were encountered:
[#5836] plugin template and public dirs fix
2c4e90d
Allow adding template and public dirs even if they are a partial string match of existing dirs
Merge pull request #5837 from ckan/5836-template-public-dirs-fix
59726c8
b9bf3be
554d20b
1b64e38
amercader
Successfully merging a pull request may close this issue.
CKAN version
1.7 or so
Describe the bug
If you add a served directory that partially string matches existing values it will be ignored
Steps to reproduce
Expected behavior
when old_ckan is True I expect both template directories to be in the template search path
Additional details
only the
/path/to/my/extension/templates-for-old-ckans
appears in the template search pathThe text was updated successfully, but these errors were encountered: