-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Item location and category update when parents holdings is changed. #1436
Comments
This requires spec. For the standard holdings, when the item.location is changed, a new holding is created and the items are attached to the new holding and the old holding is deleted |
@BadrAly I think it"s a bad idea to remove the "location" field from the item. If we remove this field from the I suggest this solution : When an holding is updated, detect if the location field change. If it changes, then update the related items (without updating the parent holding - itself). After all items are updated, then continue the normal process of any resource update. |
Issue updated to include also the field "circulation category", with the same problem. |
Problem in production database related to this. |
Mass correction to fix concerned item records is done [production database] |
Grooming 22.02.22, 3 levels of solving the issue:
|
when updating an holding record of type serial, the system will attempt to modify, in the background, all attached items and make sure they inherit the new location and item_type from the parent holdings record. * closes rero#1436. Co-Authored-by: Aly Badr <[email protected]>
when updating an holding record of type serial, the system will attempt to modify, in the background, all attached items and make sure they inherit the new location and item_type from the parent holdings record. * closes rero#1436. Co-Authored-by: Aly Badr <[email protected]>
when updating an holding record of type serial, the system will attempt to modify, in the background, all attached items and make sure they inherit the new location and item_type from the parent holdings record. * closes rero#1436. Co-Authored-by: Aly Badr <[email protected]>
when updating an holding record of type serial, the system will attempt to modify, in the background, all attached items and make sure they inherit the new location and item_type from the parent holdings record. * closes rero#1436. Co-Authored-by: Aly Badr <[email protected]>
when updating an holding record of type serial, the system will attempt to modify, in the background, all attached items and make sure they inherit the new location and item_type from the parent holdings record. * closes rero#1436. Co-Authored-by: Aly Badr <[email protected]>
when updating an holding record of type serial, the system will attempt to modify, in the background, all attached items and make sure they inherit the new location and item_type from the parent holdings record. * closes rero#1436. Co-Authored-by: Aly Badr <[email protected]>
when updating an holding record of type serial, the system will attempt to modify, in the background, all attached items and make sure they inherit the new location and item_type from the parent holdings record. * closes rero#1436. Co-Authored-by: Aly Badr <[email protected]>
when updating an holding record of type serial, the system will attempt to modify, in the background, all attached items and make sure they inherit the new location and item_type from the parent holdings record. * closes #1436. Co-Authored-by: Aly Badr <[email protected]>
When I change the location or circulation category of the holdings, this same data is not changed in the item/issues. It should. Rather: the location should be removed from the issue/item.
v0.14.0
The text was updated successfully, but these errors were encountered: