Cannot flag user as deleted

Bug #1400829 reported by Jeff Davis
30
This bug affects 5 people
Affects Status Importance Assigned to Milestone
Evergreen
New
Wishlist
Jeff Davis

Bug Description

Evergreen provides no way to flag a user as deleted, except at the database level. The existing open-ils.actor.user.delete method (which the Delete Patron function in the staff client uses) is really an irrevocable purge-and-anonymize function; this is undesirable in some situations. It would be useful to have separate functions for deleting and purging patrons.

Revision history for this message
Jeff Davis (jdavis-sitka) wrote :

I've pushed a commit to the user/jeffdavis/lp1400829-flag-user-as-deleted branch of the working repo:

http://git.evergreen-ils.org/?p=working/Evergreen.git;a=commitdiff;h=5165881

This adds a new open-ils.actor.user.flag_as_deleted method, plus a new open-ils.actor.user.delete_card method for deleting cards, plus the requisite permissions for both. No changes are made to the user interface, so this is really just a first step, but it's useful to have the functionality as part of the Evergreen API. (Sitka has a custom web interface for batch patron deletion which relies on these new methods.)

tags: added: pullrequest
Changed in evergreen:
milestone: none → 2.next
Changed in evergreen:
milestone: 2.next → 2.9-alpha
Changed in evergreen:
milestone: 2.9-alpha → 2.9-beta
Revision history for this message
Jason Stephenson (jstephenson) wrote :

I wonder if we want to merge the back end code without support in the staff client?

Furthermore, I'm considering this a new feature, so staff client changes should probably wait until after the web staff client is in general use, or should be added to the existing web staff client code as well as the XUL staff client. Is that the consensus, or am I just making that up?

Changed in evergreen:
importance: Undecided → Wishlist
Revision history for this message
Ben Shum (bshum) wrote :

Jason, I believe that consensus (from past developer meetings) was not to make significant changes to the existing XUL staff client while the web client work was underway. Or at least, not unless changes were being made to both interfaces accordingly so that feature parity would exist. So yes, your assumptions are correct.

Even though it seems that adding the new functionality without any way for end-users to access it via the client seems strange, I'm not opposed to the addition of the code as seen fit by the rest of you. Not everything has to be immediately relevant I guess.

Needs to have a release note though, since we're adding new permissions to the system, along with a corresponding entry that says that this only applies to the back end for now, until such time as new interfaces are coded up?

Others are free to weigh in on this issue.

tags: added: needsreleasenote
Revision history for this message
Jeff Davis (jdavis-sitka) wrote :

Pushed release notes to the user/jeffdavis/lp1400829-flag-user-as-deleted branch, noting that the new functionality is not exposed in the UI yet.

tags: removed: needsreleasenote
Changed in evergreen:
milestone: 2.9-beta → 2.next
Changed in evergreen:
assignee: nobody → Jeff Davis (jdavis-sitka)
Revision history for this message
Galen Charlton (gmc) wrote :

At the moment, the proposed open-ils.actor.user.flag_as_deleted will let you mark as deleted a user that has open billable transactions, which seems a bit risky. I think that the checks in really_delete_user() should be moved into their own routine, then used to guard both open-ils.actor.user.flag_as_deleted and open-ils.actor.user.delete.

Revision history for this message
Kathy Lussier (klussier) wrote :

Following up on Galen's comment on this bug, I'm going to remove the pullsrequest tag and add a needsrepatch tag.

tags: added: needsrepatch
removed: pullrequest
tags: added: needswork patron
removed: needsrepatch
Revision history for this message
Lindsay Stratton (lstratton) wrote :

Noting this related bug https://bugs.launchpad.net/evergreen/+bug/1931869, delete user from bucket needs separate permission from purge user, 2021-06-14

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.