Release v1.10.1 — Bulk Tools Polish #43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "release/1.10.1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Release v1.10.1 — Bulk Tools Polish
Changes
Summary
Addresses two findings from the v1.10.0-alpha bulk tools test report:
Cascade delete 404 handling — When
bulk_delete_work_packagesdeletes a parent WP, OpenProject cascades the delete to children. If the batch then tries to delete the child, it gets a 404. Previously reported as failure; now correctly treated as success with a descriptive message.Missing bulk_update fields — Added
type,start_date,due_date, andestimated_hourstobulk_update_work_packagesschema and handler, matching the fields available inbulk_create_work_packagesand the singleupdate_work_packagetool.Checklist
References
Version: 1.10.1 (Gravity PM)
Epic: OP#2405 — Bulk Tools Polish