[ckan-changes] [ckan/ckan] 49cc5a: [#1471] Fix dataset deletion authorization for uno...
GitHub
noreply at github.com
Wed Jan 29 17:39:21 UTC 2014
Branch: refs/heads/1471-delete-unowned-datasets
Home: https://github.com/ckan/ckan
Commit: 49cc5a96bb00ac0a03445c2ac7b5ad796f32dbad
https://github.com/ckan/ckan/commit/49cc5a96bb00ac0a03445c2ac7b5ad796f32dbad
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 dataset deletion authorization for 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