[ckan-changes] [ckan/ckan] 3d7a56: [#3078] Don't show deleted users/datasets on membe...

GitHub noreply at github.com
Mon Jun 6 10:29:29 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: 3d7a567bcb63b4d38be3280f7e9ff61bcd716103
      https://github.com/ckan/ckan/commit/3d7a567bcb63b4d38be3280f7e9ff61bcd716103
  Author: amercader <amercadero at gmail.com>
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
    M ckan/logic/action/delete.py
    M ckan/tests/logic/action/test_get.py

  Log Message:
  -----------
  [#3078] Don't show deleted users/datasets on member_list

The members table is stateful, ie it has a state=active/deleted field which
was not updated when deleting a dataset or user.

This commit sets the state of all user/dataset memberships to deleted
and adds some tests


  Commit: 3717886a0231499b52db1e8eba869b2947358e1f
      https://github.com/ckan/ckan/commit/3717886a0231499b52db1e8eba869b2947358e1f
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2016-06-06 (Mon, 06 Jun 2016)

  Changed paths:
    M ckan/logic/action/delete.py
    M ckan/tests/logic/action/test_get.py

  Log Message:
  -----------
  Merge branch 'ckan-3078-member_list-shows-deleted'


Compare: https://github.com/ckan/ckan/compare/bccd81560731...3717886a0231


More information about the ckan-changes mailing list