Commit 376652aa authored by Aurel's avatar Aurel

edit if necessary

parent b4cc459c
...@@ -51,8 +51,10 @@ ...@@ -51,8 +51,10 @@
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>signature = state_change[\'object\']\n <value> <string>signature = state_change[\'object\']\n
signature.edit(temporary_data=None,\n if signature.hasPartialData():\n
partial_data=None)\n signature.setPartialData(None)\n
if signature.hasTemporaryData():\n
signature.setTemporaryData(None)\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
84 85
\ 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