Allow type and parent_id for wp login routes

https://community.openproject.org/work_packages/74778
This commit is contained in:
Oliver Günther
2026-05-13 15:20:41 +02:00
parent 00d9c801c5
commit e64a04898a
+1 -1
View File
@@ -286,7 +286,7 @@ class WorkPackagesController < ApplicationController
end
def login_back_url_params
params.permit(:query_id, :state, :query_props)
params.permit(:query_id, :state, :query_props, :type, :parent_id)
end
def redirect_to_complete_route