Custom Query (2152 matches)
Results (1792 - 1794 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1049 | invalid | Fix database errors on offener.datenkatalog.at etc. | dread | |
Description |
We're getting these sorts of exceptions from http://offener.datenkatalog.at/ like we had from ckan.net, which was due to small errors in migration scripts. Is it worth fixing this database, and in fact all the ckans on eu3 at once? WebApp Error: <class 'sqlalchemy.exceptions.IntegrityError'>: (IntegrityError) duplicate key value violates unique constraint "group_revision_pkey" 'INSERT INTO group_revision (id, name, title, description, created, state, revision_id, continuity_id) VALUES (%(id)s, %(name)s, %(title)s, %(description)s, %(created)s, %(state)s, %(revision_id)s, ... Thoughts James and Rufus? |
|||
#1052 | fixed | Authz holes | dread | dread |
Description |
No authz on:
|
|||
#1053 | fixed | Deletion in Model API | dread | dread |
Description |
Currently in the API if you DELETE a package/group/user (and you have the required permissions) then it purges the object, when it should probably just set the state to deleted. There is no way to delete objects at the moment - changes to 'state' are ignored in the API. Do we need an alternative way to purge objects in the API? |
Note: See TracQuery
for help on using queries.