Commit 23b53d55 authored by Romain Courteaud's avatar Romain Courteaud

Add an explanation in the comment

parent 17c724e0
...@@ -69,7 +69,7 @@ promise_kw = {\n ...@@ -69,7 +69,7 @@ promise_kw = {\n
}\n }\n
\n \n
if context.getPortalObject().portal_workflow.isTransitionPossible(context, \'request_destroy\'):\n if context.getPortalObject().portal_workflow.isTransitionPossible(context, \'request_destroy\'):\n
context.requestDestroy(**promise_kw)\n context.requestDestroy(comment="Garbage collected because Hosting Subscription is archived", **promise_kw)\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
766 767
\ No newline at end of file \ No newline at end of file
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