Custom Query (2152 matches)
Results (877 - 879 of 2152)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1339 | fixed | Issues / question re navl and data conversion | kindly | rgrp |
| Description |
I ran into a bug with the size field on resources.
To solve this (cset:58acdcfe6d4e) i created an int_converter temporarily in logic/schema.py (this is almost certainly the wrong place). But I think it raises a bigger issue about the conversion layer and how it works. |
|||
| #1340 | fixed | Editing non-existent group causes Exception | dread | dread |
| 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
|
|||
| #1342 | fixed | Home controller does not capture SearchError exceptions | johnglover | amercader |
| Description |
If there is a problem with the SOLR connection,the home page just shows a 500 Server error, instead of a notice (the package controller shows a notice when visiting http://localhost:5000/dataset). Steps to reproduce:
|
|||
Note: See TracQuery
for help on using queries.
