Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (910 - 912 of 2152)

Ticket Resolution Summary Owner Reporter
#1344 fixed datetime error json conversion on search kindly kindly

Reported by kindly, 3 years ago.

Description

Json decoding error on search, due to date in resources.

#1342 fixed Home controller does not capture SearchError exceptions johnglover amercader

Reported by amercader, 3 years ago.

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:

#1340 fixed Editing non-existent group causes Exception dread dread

Reported by dread, 3 years ago.

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
Note: See TracQuery for help on using queries.