Ticket #1340 (closed defect: fixed)
Editing non-existent group causes Exception
| Reported by: | dread | Owned by: | dread |
|---|---|---|---|
| Priority: | minor | Milestone: | ckan-sprint-2011-10-28 |
| Component: | ckan | Keywords: | |
| Cc: | Repository: | ckan | |
| Theme: | none |
Description
e.g. http://ckan.net/group/edit/history
Module ckan.controllers.group:135 in edit
<< try:
old_data = get_action('group_show')(context, data_dict)
c.grouptitle = old_data.get('title')
c.groupname = old_data.get('name')
>> old_data = get_action('group_show')(context, data_dict)
Module ckan.logic.action.get:347 in group_show
<< if group is None:
raise NotFound
check_access('group_show',context, data_dict)
>> raise NotFound
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in default in cset:33856d3ce84e aimed at release 1.5