[ckan-changes] [okfn/ckan] 21e4f1: [#615] Pass pacakge dict to extensions on after_de...
GitHub
noreply at github.com
Tue Mar 12 16:48:10 UTC 2013
Branch: refs/heads/615-pass-dict-on-after_delete
Home: https://github.com/okfn/ckan
Commit: 21e4f1f17ba203c1e2007ea0445c4eeb8ef1fef2
https://github.com/okfn/ckan/commit/21e4f1f17ba203c1e2007ea0445c4eeb8ef1fef2
Author: amercader <amercadero at gmail.com>
Date: 2013-03-12 (Tue, 12 Mar 2013)
Changed paths:
M ckan/logic/action/delete.py
M ckan/tests/functional/test_package.py
Log Message:
-----------
[#615] Pass pacakge dict to extensions on after_delete
Right now we were just passing the original data_dict, which basically
only contained the dataset id. This made difficult for extensions to
make something useful on the after_delete extension point depending on
the dataset properties.
More information about the ckan-changes
mailing list