Commit 6f380d2a authored by Jérome Perrin's avatar Jérome Perrin

officejs_support_request_ui: set also set the destination section of the ticket

from the destination section of the project.
parent a0291d31
...@@ -14,6 +14,7 @@ support_request = portal.support_request_module.newContent( ...@@ -14,6 +14,7 @@ support_request = portal.support_request_module.newContent(
source_section_value = project_object.getSourceSectionValue(), source_section_value = project_object.getSourceSectionValue(),
source_project_value = project_object, source_project_value = project_object,
destination_value = project_object.getDestinationValue(), destination_value = project_object.getDestinationValue(),
destination_section_value = project_object.getDestinationSectionValue(),
start_date=now, start_date=now,
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment