Files
openproject/spec/models/work_package
Kabiru Mwenja e59937858c Add WorkPackage.where_display_id_in batch finder
The plural counterpart to find_by_display_id resolves a mix of
numeric and semantic identifiers in a single composite scope so
callers (notably ApplicationController#find_work_packages, used by
bulk WP routes) do not have to branch on the input shape or partition
into numeric/semantic themselves. Mirrors scope_for_semantic_identifier
in using `.or` to union the primary-key, current-identifier, and
historical-alias arms; unknown values resolve to no match rather
than poisoning the rest of the set.
2026-04-30 17:44:01 +03:00
..
2025-05-16 14:56:25 +02:00
2025-07-22 14:32:48 +02:00
2025-05-05 09:29:55 +02:00