volume/copy creator bug "error in stash and close, ancn_id = undefined"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Evergreen |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
The volume/copy creator relies on stock rows in asset.call_
So this is specific manifestation of a more general problem, in that we assume the top of the org tree will have an id of 1 in a lot of places, or that we allow the top of the org tree to have an id other than 1 in the first place.
Off the top of my head, this could affect the -1 row in asset.call_number, the -1 row in the affix tables already mentioned, the context org used by the JSPAC for retrieving org settings when not logged in, the stock Stacks location in asset.copy_
-- Jason
tags: | added: cataloging |
Maybe putting a constraint on actor.org_unit where parent_ou can be null only when id = 1 would be a sufficient road block for would-be foot shooters.