[ckan-changes] [ckan/ckan] 555007: [#3233} Fix recline map config helpers
GitHub
noreply at github.com
Thu Sep 8 14:13:08 UTC 2016
Branch: refs/heads/master
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.
Commit: 45b8e4f964fd3631866fce0630d3d15fbeff9abd
https://github.com/ckan/ckan/commit/45b8e4f964fd3631866fce0630d3d15fbeff9abd
Author: Ian Ward <ian at excess.org>
Date: 2016-09-08 (Thu, 08 Sep 2016)
Changed paths:
M ckanext/reclineview/plugin.py
M ckanext/reclineview/theme/templates/recline_view.html
Log Message:
-----------
Merge pull request #3235 from ckan/3233-recline-view-config
[#3233] Fix recline map config helpers
Compare: https://github.com/ckan/ckan/compare/eb862506e1b9...45b8e4f964fd
More information about the ckan-changes
mailing list