[ckan-changes] [okfn/ckan] f9048b: [#1298] Fix activity and about organization pages
GitHub
noreply at github.com
Wed Nov 20 13:14:30 UTC 2013
Branch: refs/heads/master
Home: https://github.com/okfn/ckan
Commit: f9048b313b21f679e6c72d915bd743deb0ade86b
https://github.com/okfn/ckan/commit/f9048b313b21f679e6c72d915bd743deb0ade86b
Author: amercader <amercadero at gmail.com>
Date: 2013-10-29 (Tue, 29 Oct 2013)
Changed paths:
M ckan/controllers/group.py
M ckan/logic/action/get.py
Log Message:
-----------
[#1298] Fix activity and about organization pages
The controller methods didn't use `self._action` which will use the
appropiate `group_` or `organization_` action depending on the group
type.
The `organization_activity_list_html` action hadn't been used at all
until now, as there was a syntax error.
Commit: f0486e42f10ae2ce13562c48462365489af07e42
https://github.com/okfn/ckan/commit/f0486e42f10ae2ce13562c48462365489af07e42
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2013-11-20 (Wed, 20 Nov 2013)
Changed paths:
M ckan/controllers/group.py
M ckan/logic/action/get.py
Log Message:
-----------
Merge branch '1298-fix-orgs-activity-about-page'
Compare: https://github.com/okfn/ckan/compare/356e6dc239bb...f0486e42f10a
More information about the ckan-changes
mailing list