Commit d3fead90 authored by Paul Graydon's avatar Paul Graydon

wendelin_telecom_security: Add missing security interaction

Properly propagate destination_project to ingestion objects
parent 41bc8fdc
......@@ -12,6 +12,7 @@
<tuple>
<string>before_commit_script/portal_workflow/wendelin_telecom_security_interaction_workflow/script_Base_updateLocalRoles</string>
<string>before_commit_script/portal_workflow/wendelin_telecom_security_interaction_workflow/script_DataSupply_updateLineAggregateLocalRoles</string>
<string>before_commit_script/portal_workflow/wendelin_telecom_security_interaction_workflow/script_DataSupply_updateRelatedDestinationProject</string>
</tuple>
</value>
</item>
......
data_supply = state_change['object']
destination_project = data_supply.getDestinationProject()
for value in data_supply.Base_getRelatedObjectList():
try:
value.setDestinationProject(destination_project)
except AttributeError:
pass
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Workflow Script" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_bind_names</string> </key>
<value>
<object>
<klass>
<global name="_reconstructor" module="copy_reg"/>
</klass>
<tuple>
<global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
<global name="object" module="__builtin__"/>
<none/>
</tuple>
<state>
<dictionary>
<item>
<key> <string>_asgns</string> </key>
<value>
<dictionary>
<item>
<key> <string>name_container</string> </key>
<value> <string>container</string> </value>
</item>
<item>
<key> <string>name_context</string> </key>
<value> <string>context</string> </value>
</item>
<item>
<key> <string>name_m_self</string> </key>
<value> <string>script</string> </value>
</item>
<item>
<key> <string>name_subpath</string> </key>
<value> <string>traverse_subpath</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>state_change</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>script_DataSupply_updateRelatedDestinationProject</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>DataSupply_updateRelatedDestinationProject</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
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