Custom Query (2152 matches)
Results (2041 - 2043 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1060 | fixed | Spreadsheet importer tries to import readonly keys | dread | |
Description |
e.g. we just added notes_rendered and that is read in as an extra field. Tests failing in ckanext-importlib Also related: we are missing lost metadata_created and metadata_modified in the dumps. |
|||
#1064 | duplicate | Remove Workers from ckanext-queue | amercader | |
Description |
The current implementation of Workers in ckanext-queue is broken. Basically the various consume / callback functions expect three arguments (routing_key, operation, payload) when they are in fact receiving only two of them (message_data, message). This is fairly easy to fix, but the question is if Workers add an extra complexity to use the messaging library directly. |
|||
#1082 | fixed | language changes behave strangely | johnlawrenceaspden | |
Description |
Set language to Greek, flash message says 'Language set to: English', but page is now about half in Greek. Set language back to English causes server error: AttributeError?: 'NoneType?' object has no attribute 'path' Module ckan.controllers.error:29 in document view
However going to a new page reveals that it's back to English |