mirror of
https://github.com/PerpetualSoftware/pad.git
synced 2026-09-22 10:33:27 +00:00
2c9c7e8552
After moving an item between collections, the old PREFIX-NUMBER ref (e.g. PLAN-382) would 404 because the prefix no longer matches. Since item numbers are now workspace-unique, GetItemByRef falls back to a number-only lookup when the exact prefix+number doesn't match. This means PLAN-382 still resolves to the item even after it became TASK-382, preventing frontend 404 cascades during collection moves.