Activity log for bug #1369128

Date Who What changed Old value New value Message
2014-09-13 17:11:35 Jason Stephenson bug added bug
2014-09-13 17:12:18 Jason Stephenson description Evergreen: Master as of 2014-09-04 OpenSRF: Same PostgreSQL: Irrelevant I'm messing with pcrud calls and discovered that you cannot delete biblio.record_entry entries via pcrud because no delete permission is set. The lack of the permission in the IDL leads to "Method [open-ils.pcrud.delete.bre] not found for service open-ils.pcrud." Adding the DELETE_RECORD permission as the delete permission for BRE in the IDL works. I want this so I can delete copies, call numbers, and bres neatly in a pcrud transaction. I know there are other ways to accomplish what I am trying to achieve, but this seems like a no-brainer since it is a one-line addition to the IDL. I'd also really like to see this in 2.7 as something I am working on depends on it at the moment. Evergreen: Master as of 2014-09-04 OpenSRF: Same PostgreSQL: Irrelevant I'm messing with pcrud calls and discovered that you cannot delete biblio.record_entry entries via pcrud because no delete permission is set. The lack of the permission in the IDL leads to "Method [open-ils.pcrud.delete.bre] not found for service open-ils.pcrud." Adding the DELETE_RECORD permission as the delete permission for BRE in the IDL works. I want this so I can delete copies, call numbers, and bres neatly in a pcrud transaction. I know there are other ways to accomplish what I am trying to achieve, but this seems like a no-brainer since it is a one-line addition to the IDL. I'd also really like to see this in 2.7 as something I am working on depends on it at the moment. I hit submit before I added that I would post a branch after I have something to eat.
2014-09-13 17:17:22 Jason Stephenson summary Impossible to delete BRE via PCRUD No Permission in IDL to delete BRE via PCRUD
2014-09-13 17:31:04 Jason Stephenson tags delete idl pcrud permission delete idl pcrud permission pullrequest
2014-09-13 17:33:01 Jason Stephenson evergreen: importance Undecided Wishlist
2014-09-18 21:14:07 Ben Shum evergreen: status New Fix Committed
2014-11-06 17:51:49 Evergreen Bug Maintenance evergreen: status Fix Committed Fix Released