From 529bd7758704193b09ea25279341c4dcb1bf569f Mon Sep 17 00:00:00 2001 From: Tomas Hykel Date: Tue, 26 May 2026 23:15:27 +0200 Subject: [PATCH 01/11] fix(ui): Numeric ID instead of semantic one in bulk edit work packages (WP #74926) --- app/views/work_packages/bulk/edit.html.erb | 2 +- .../work_packages/bulk_controller_spec.rb | 33 +++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/app/views/work_packages/bulk/edit.html.erb b/app/views/work_packages/bulk/edit.html.erb index eaf3f3c30bb..ec0ea3ee155 100644 --- a/app/views/work_packages/bulk/edit.html.erb +++ b/app/views/work_packages/bulk/edit.html.erb @@ -42,7 +42,7 @@ See COPYRIGHT and LICENSE files for more details.