Commit e29c3c8c authored by Jérome Perrin's avatar Jérome Perrin

project: don't use deprecated assignRoleToSecurityGroup

We don't even use the new updateLocalRolesOnSecurityGroups instead,
because roles are supposed to be applied by an interaction workflow.
parent 2be6942d
Pipeline #27827 failed with stage
in 0 seconds
......@@ -24,9 +24,6 @@ if task_report.getSimulationState() == 'draft':
title=related_order.getTitle()
)
# If security definitions are implemented on the packing list, it is time to apply them
task_report.assignRoleToSecurityGroup()
# Notify the requester.
source_person = task_report.getSourceValue(portal_type="Person")
destination_decision_person = task_report.getDestinationDecisionValue(portal_type="Person")
......
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