Skip to content
New issue

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

Exception when viewing Organizations extended with IGroupForm #2640

Merged
merged 1 commit into from Sep 17, 2015

Conversation

brew
Copy link
Member

@brew brew commented Sep 14, 2015

Viewing an organization that's been extended with IGroupForm causes an exception:

Exception: menu item 'organization_activity' need parameter 'offset'

The default organization_activity route [1] doesn't include an offset parameter, but a new route is set up for custom IGroupForm plugins in lib/plugins.py [2], which does include the offset param. The group_activity route includes the offset param, so it being missing from organization is likely an oversight.

Suggest:

  1. Add the offset parameter to the organization read_base.html template in the same way it is in the group read_base.html

  2. Adding the {offset} param to the default organization_activity route.


[1]

m.connect('organization_activity', '/organization/activity/{id}',

[2]

'/%s/activity/{id}/{offset}' % group_type,

brew added a commit to okfn/ckanext-panama that referenced this pull request Sep 14, 2015
This continues the work for fluent with groups and organizations. It
requires the PRs from ckan/ckanext-scheming#84 and ckan/ckan#2640.
@joetsoi joetsoi self-assigned this Sep 15, 2015
joetsoi added a commit that referenced this pull request Sep 17, 2015
Exception when viewing Organizations extended with IGroupForm
@joetsoi joetsoi merged commit d0081e0 into master Sep 17, 2015
@joetsoi joetsoi deleted the 2640-org-offset branch September 17, 2015 09:13
tremblaysimon pushed a commit to geo-msp/ckan that referenced this pull request Oct 26, 2015
@davidread
Copy link
Contributor

Added an issue for this: #2765

amercader added a commit to datopian/ckanext-opendatani that referenced this pull request Dec 18, 2015
amercader added a commit to okfn/ckanext-datarequests that referenced this pull request Feb 4, 2016
amercader added a commit to amercader/ckanext-datarequests that referenced this pull request Feb 4, 2016
@wardi
Copy link
Contributor

wardi commented Mar 18, 2016

@amercader can we backport this to 2.4? I'll add the tag

@amercader
Copy link
Member

done @wardi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants