summaryrefslogtreecommitdiff
path: root/app/services/work_items/task_list_reference_replacement_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/work_items/task_list_reference_replacement_service.rb')
-rw-r--r--app/services/work_items/task_list_reference_replacement_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/work_items/task_list_reference_replacement_service.rb b/app/services/work_items/task_list_reference_replacement_service.rb
index b098d67561b..d81576909d9 100644
--- a/app/services/work_items/task_list_reference_replacement_service.rb
+++ b/app/services/work_items/task_list_reference_replacement_service.rb
@@ -34,7 +34,7 @@ module WorkItems
remove_additional_lines!(source_lines)
::WorkItems::UpdateService.new(
- project: @work_item.project,
+ container: @work_item.project,
current_user: @current_user,
params: { description: source_lines.join("\n"), lock_version: @lock_version }
).execute(@work_item)