[ckan-changes] [ckan/ckan] 555007: [#3233} Fix recline map config helpers
GitHub
noreply at github.com
Tue Sep 6 13:27:39 UTC 2016
Branch: refs/heads/3233-recline-view-config
Home: https://github.com/ckan/ckan
Commit: 555007db740d42b0c981a0c1797d69394cdb6dac
https://github.com/ckan/ckan/commit/555007db740d42b0c981a0c1797d69394cdb6dac
Author: amercader <amercadero at gmail.com>
Date: 2016-09-06 (Tue, 06 Sep 2016)
Changed paths:
M ckanext/reclineview/plugin.py
M ckanext/reclineview/theme/templates/recline_view.html
Log Message:
-----------
[#3233} Fix recline map config helpers
Previously recline_view and recline_map_view registered to separate
names for the same helper function, and the template checked for both.
But if you didn't load one of the plugins then you got a HelperError as
it hadn't been registered.
This makes all recline plugins load the same helper so it only has one
name.
More information about the ckan-changes
mailing list