Commit 0a3b85ea authored by Łukasz Nowak's avatar Łukasz Nowak

Cleanup REQUEST.

parent 72b3d44d
...@@ -53,6 +53,8 @@ ...@@ -53,6 +53,8 @@
<value> <string>computer = state_change[\'object\']\n <value> <string>computer = state_change[\'object\']\n
\n \n
if computer.getDestinationReference() is not None:\n if computer.getDestinationReference() is not None:\n
context.REQUEST.set("computer_certificate", None)\n
context.REQUEST.set("computer_key", None)\n
raise ValueError(\'Certificate still active.\')\n raise ValueError(\'Certificate still active.\')\n
\n \n
ca = context.getPortalObject().portal_certificate_authority\n ca = context.getPortalObject().portal_certificate_authority\n
......
152 153
\ 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