From 7649d2c9a5479405c61db251b0288af44e24ca2d Mon Sep 17 00:00:00 2001 From: Klaus Zanders Date: Thu, 11 Jun 2026 12:01:48 +0200 Subject: [PATCH] Fixes Rubocop --- .../app/components/resource_allocations/edit_dialog_component.rb | 1 - .../app/components/resource_allocations/list_component.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/modules/resource_management/app/components/resource_allocations/edit_dialog_component.rb b/modules/resource_management/app/components/resource_allocations/edit_dialog_component.rb index 83bade15b00..79cc73a06d9 100644 --- a/modules/resource_management/app/components/resource_allocations/edit_dialog_component.rb +++ b/modules/resource_management/app/components/resource_allocations/edit_dialog_component.rb @@ -28,7 +28,6 @@ # See COPYRIGHT and LICENSE files for more details. #++ - module ResourceAllocations # A single-step dialog to edit a persisted allocation, reusing the create # wizard's allocation form (which submits an update for persisted records). diff --git a/modules/resource_management/app/components/resource_allocations/list_component.rb b/modules/resource_management/app/components/resource_allocations/list_component.rb index 3fb62e7ba05..64e486600a1 100644 --- a/modules/resource_management/app/components/resource_allocations/list_component.rb +++ b/modules/resource_management/app/components/resource_allocations/list_component.rb @@ -28,7 +28,6 @@ # See COPYRIGHT and LICENSE files for more details. #++ - module ResourceAllocations # The body of the work package allocations dialog: the allocation progress # summary and one row per allocation. Streamable so the dialog content can be