[ckan-changes] [ckan/ckan] 4c1ac7: Check that resource is not None in "datastore_dele...

GitHub noreply at github.com
Tue Dec 19 10:18:18 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: 4c1ac7b4d2638839d266596572079fb2e81dd270
      https://github.com/ckan/ckan/commit/4c1ac7b4d2638839d266596572079fb2e81dd270
  Author: Denis Laxalde <denis.laxalde at logilab.fr>
  Date:   2017-12-15 (Fri, 15 Dec 2017)

  Changed paths:
    M ckanext/datastore/logic/action.py

  Log Message:
  -----------
  Check that resource is not None in "datastore_delete" action

"resource" comes from a model.Resource.get() above which may return
None.


  Commit: 017a3ad5dece6506b4f178529b1126a1fdd146cf
      https://github.com/ckan/ckan/commit/017a3ad5dece6506b4f178529b1126a1fdd146cf
  Author: Sergey <tonnydexter at gmail.com>
  Date:   2017-12-19 (Tue, 19 Dec 2017)

  Changed paths:
    M ckanext/datastore/logic/action.py

  Log Message:
  -----------
  Merge pull request #3958 from dlax/datastore_delete-fix-resource-none

Check that resource is not None in "datastore_delete" action


Compare: https://github.com/ckan/ckan/compare/3ed1edd70d53...017a3ad5dece


More information about the ckan-changes mailing list