Fix pagination on org sources listing
This commit is contained in:
parent
8cac0977aa
commit
91f18bffab
|
@ -89,6 +89,9 @@ class OrganizationController(GroupController):
|
||||||
url = self._url_for(controller='organization',
|
url = self._url_for(controller='organization',
|
||||||
action='bulk_process',
|
action='bulk_process',
|
||||||
id=id)
|
id=id)
|
||||||
|
elif c.action == 'source_list':
|
||||||
|
url = self._url_for('harvest_org_list',
|
||||||
|
id=id)
|
||||||
else:
|
else:
|
||||||
url = self._url_for(controller='organization',
|
url = self._url_for(controller='organization',
|
||||||
action='read',
|
action='read',
|
||||||
|
|
Loading…
Reference in New Issue