Deleting of all projects filter error

This commit is contained in:
karel.picman@lbcfree.net 2020-08-19 10:24:15 +02:00
parent b3c9882795
commit 356af38024

View File

@ -29,7 +29,11 @@ module RedmineDmsf
private
def redirect_to_dmsf_query(options)
if @project
redirect_to dmsf_folder_path(@project, options)
else
redirect_to home_path(options)
end
end
end