[ckan-changes] [okfn/ckan] bf1164: [#607] Allow to reactivate deleted datasets
GitHub
noreply at github.com
Tue Dec 10 15:15:35 UTC 2013
Branch: refs/heads/master
Home: https://github.com/okfn/ckan
Commit: bf11648726659b4b1e5e3a760663ee8c91b96031
https://github.com/okfn/ckan/commit/bf11648726659b4b1e5e3a760663ee8c91b96031
Author: amercader <amercadero at gmail.com>
Date: 2013-12-04 (Wed, 04 Dec 2013)
Changed paths:
M ckan/templates/package/snippets/package_basic_fields.html
M ckan/templates/package/snippets/package_form.html
Log Message:
-----------
[#607] Allow to reactivate deleted datasets
Currently if a dataset is deleted and users navigate to the edit form,
there is no state field and the delete button is still shown.
After this change, the state dropdown is shown if the dataset state is
not active, and the delete button is not shown.
Commit: 210ecaec40301587cdf3e5928640746005e0256c
https://github.com/okfn/ckan/commit/210ecaec40301587cdf3e5928640746005e0256c
Author: John Martin <me at johnmart.in>
Date: 2013-12-10 (Tue, 10 Dec 2013)
Changed paths:
M ckan/templates/package/snippets/package_basic_fields.html
M ckan/templates/package/snippets/package_form.html
Log Message:
-----------
Merge pull request #607 from okfn/607-allow-reactivating-datasets
Can not reactivate a deleted dataset from the UI
Compare: https://github.com/okfn/ckan/compare/fde70209da70...210ecaec4030
More information about the ckan-changes
mailing list