[ckan-changes] [ckan/ckan] e3b1f8: [#2392] bugfix: refering to non-existing action wh...
GitHub
noreply at github.com
Thu Apr 23 14:43:25 UTC 2015
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: e3b1f8b50711b90b273fdbf1529b59203908fae6
https://github.com/ckan/ckan/commit/e3b1f8b50711b90b273fdbf1529b59203908fae6
Author: Martin Virág <martin.virag at eea.sk>
Date: 2015-04-15 (Wed, 15 Apr 2015)
Changed paths:
M ckan/config/routing.py
M ckan/controllers/package.py
Log Message:
-----------
[#2392] bugfix: refering to non-existing action when creating new dataset
After changing dataset creating process to two stage process the third stage was removed but the action is still referenced in some places causing http error 404 Not Found.
This change properly changes the dataset state from draft to active redirecting it to dataset read phase.
Commit: 71275c15d713815fed5530820c16221bd9578802
https://github.com/ckan/ckan/commit/71275c15d713815fed5530820c16221bd9578802
Author: Ian Ward <ian at excess.org>
Date: 2015-04-23 (Thu, 23 Apr 2015)
Changed paths:
M ckan/config/routing.py
M ckan/controllers/package.py
Log Message:
-----------
Merge branch '2392-fix-dataset-create-404'
Compare: https://github.com/ckan/ckan/compare/a7c71587aeed...71275c15d713
More information about the ckan-changes
mailing list