Serialization of attached documents is wrong #1601

This commit is contained in:
1redmine 2025-06-25 10:12:54 +02:00
parent aa59d239f2
commit 9d76eedfa3

View File

@ -359,7 +359,8 @@ class DmsfWorkflowsControllerTest < RedmineDmsf::Test::TestCase
id: @wf1.id,
dmsf_workflow_id: @wf1.id,
dmsf_file_revision_id: @revision2.id,
action: 'assignment'
action: 'assignment',
project_id: @project1.id,
}
assert_response :redirect
end