Commit cf4942f7 authored by Romain Courteaud's avatar Romain Courteaud

Do not assume there will be a site message.

parent e7816dd6
...@@ -138,8 +138,7 @@ ...@@ -138,8 +138,7 @@
<value> <string encoding="cdata"><![CDATA[ <value> <string encoding="cdata"><![CDATA[
<p>Thank you for finalising the payment.</p>\n <p>Thank you for finalising the payment.</p>\n
<p>It will be processed by PayZen interface.</p>\n <p>It will be processed by PayZen interface.</p>
<p>Feel free to dismiss the web message.</p>
]]></string> </value> ]]></string> </value>
</item> </item>
...@@ -605,6 +604,51 @@ ...@@ -605,6 +604,51 @@
</value> </value>
</item> </item>
</dictionary> </dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>zope</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>923.2674.27091.11434</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="4.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1358414469.71</float>
<string>GMT+1</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list> </list>
</tuple> </tuple>
</pickle> </pickle>
......
31 32
\ No newline at end of file \ No newline at end of file
...@@ -36,7 +36,8 @@ object_classes = () ...@@ -36,7 +36,8 @@ object_classes = ()
content_classes = () content_classes = ()
content_constructors = () content_constructors = ()
from Tool import SlapOSRestAPITool from Tool import SlapOSRestAPITool
portal_tools = (SlapOSRestAPITool.SlapOSRestAPITool, ) from Tool import StatusTool
portal_tools = (SlapOSRestAPITool.SlapOSRestAPITool, StatusTool.StatusTool)
from Products.PluggableAuthService.PluggableAuthService import registerMultiPlugin from Products.PluggableAuthService.PluggableAuthService import registerMultiPlugin
import SlapOSMachineAuthenticationPlugin import SlapOSMachineAuthenticationPlugin
......
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