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