Commit a07118b2 authored by Romain Courteaud's avatar Romain Courteaud 🐙

erp5_credential: tag the alarm activities

parent 633cc462
Pipeline #39925 failed with stage
in 0 seconds
......@@ -13,6 +13,7 @@ if portal_type_list:
searchAndActivate(
portal_type=portal_type_list,
validation_state='submitted',
activate_kw={'tag': tag}
)
credential_update_destination_decision_portal_type_list = []
......@@ -25,4 +26,7 @@ if credential_update_destination_decision_portal_type_list:
portal_type='Credential Update',
destination_decision_portal_type=credential_update_destination_decision_portal_type_list,
validation_state='submitted',
activate_kw={'tag': tag}
)
context.activate(after_tag=tag).getId()
......@@ -50,7 +50,7 @@
</item>
<item>
<key> <string>_params</string> </key>
<value> <string></string> </value>
<value> <string>tag, fixit, params</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
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