Custom Query (2152 matches)
Results (793 - 795 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1485 | fixed | Package/Group form extension mechanism so you can add forms for particular package_types | kindly | kindly |
Description |
We want to be able to change form depending on package type or group type. This is dependent on a type field being added to the Package and the Group. |
|||
#1484 | fixed | Creating package with duplicate tags causes exception | dread | dread |
Description |
e.g. curl http://localhost:5000/api/action/package_create -d '{"name":"test5", "tags":[{"name": "tag6"}, {"name": "tag6"}]}' -H 'Authorization:tester' Also broken in Web UI (adding a package). Affects API and Web UI in 1.5 and I think all versions from 1.4.1 |
|||
#1483 | fixed | Tasks sometimes fail to update task_status table when trying to report a failure | johnglover | johnglover |
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. |