[ckan-changes] [ckan/ckan] f03d8f: [#1471] Fix deletion of unowned datasets
GitHub
noreply at github.com
Wed Jan 29 16:33:53 UTC 2014
Branch: refs/heads/1471-delete-unowned-datasets
Home: https://github.com/ckan/ckan
Commit: f03d8f0906f414d547576e05da34dc68d35144e6
https://github.com/ckan/ckan/commit/f03d8f0906f414d547576e05da34dc68d35144e6
Author: amercader <amercadero at gmail.com>
Date: 2014-01-29 (Wed, 29 Jan 2014)
Changed paths:
M ckan/logic/auth/delete.py
Log Message:
-----------
[#1471] Fix deletion of unowned datasets
We are basically deferring the whole package_delete auth function to
package_update, because deletions are basically changing the state field
of a dataset from 'active' to 'deleted'.
More information about the ckan-changes
mailing list