Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1486 - 1488 of 2152)

Ticket Resolution Summary Owner Reporter
#1481 fixed License not shown if no resources johnglover dread

Reported by dread, 2 years ago.

Description

The license is not displayed any more, unless there are resources e.g. http://test.ckan.net/dataset/dtest#section-basic-information is OGL, but that's not shown.

#1482 fixed Minor JS bugs johnglover zephod

Reported by zephod, 2 years ago.

Description

Three JS bugs have appeared:

  • The slug editor is not updating the text field again. [Fixed; commit:fadda17383]
  • The View Dataset page will stop executing javascript if there are no resources. [Fixed; commit:e54b089f6e]
  • The Add-Dataset and Add-Group URL editor shows the wrong URL for datasets and groups. Broken in this commit:

https://github.com/okfn/ckan/commit/5a01e67 by 'map.explicit=true'. JohnG: Can you look into this? [Fixed; commit:88e88380f6]

#1483 fixed Tasks sometimes fail to update task_status table when trying to report a failure johnglover johnglover

Reported by johnglover, 2 years ago.

Description

The error reports do not have a "value". The original task in the task status table is not made and it tries to make a new task, but can't.

Issue: why is the original task_status entry not made?

kindly: there is a chance of course that the task is quicker than the plugin to get to the point where it needs to update the table.

kindly: so we may have to find a way to update the task status before we run the task.

kindly: I think you can supply a task_id to celery. i.e we make our own guid as the task id. So we can use that one to populate the task status.

Note: See TracQuery for help on using queries.