Link entries download error #1592
This commit is contained in:
parent
4bbd149c44
commit
b78e3a3cf8
@ -704,7 +704,6 @@ class DmsfControllerTest < RedmineDmsf::Test::TestCase
|
|||||||
post '/login', params: { username: 'jsmith', password: 'jsmith' }
|
post '/login', params: { username: 'jsmith', password: 'jsmith' }
|
||||||
post "/projects/#{@project1.id}/dmsf/entries",
|
post "/projects/#{@project1.id}/dmsf/entries",
|
||||||
params: { ids: ["folder-link-#{@link1.id}"], ids: ["file-link-#{@link4.id}"], download_entries: true }
|
params: { ids: ["folder-link-#{@link1.id}"], ids: ["file-link-#{@link4.id}"], download_entries: true }
|
||||||
assert_response :redirect
|
assert_response :success
|
||||||
assert_nil flash[:error]
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user