Commit 131e5db2 authored by Romain Courteaud's avatar Romain Courteaud 🐙

erp5_credential: do not prevent the alarm to run if one activity fails

parent 2c3a9e87
...@@ -29,4 +29,6 @@ if credential_update_destination_decision_portal_type_list: ...@@ -29,4 +29,6 @@ if credential_update_destination_decision_portal_type_list:
activate_kw={'tag': tag} activate_kw={'tag': tag}
) )
context.activate(after_tag=tag).getId() # Do not prevent the alarm to run again if one activity fails
# Fixing this requires to review the credential scripts
# context.activate(after_tag=tag).getId()
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