Commit de6b2a86 authored by Łukasz Nowak's avatar Łukasz Nowak

Fix mapping.

parent 845cdd1e
......@@ -53,7 +53,7 @@
<value> <string>if instance_xml is None:\n
instance_xml = context.getTextContent()\n
if state is None:\n
state = {\'request_start\': \'started\', \'request_destroy\': \'destroyed\', \'request_stop\': \'stopped\'}[context.getSlapState()]\n
state = {\'start_requested\': \'started\', \'destroy_requested\': \'destroyed\', \'stop_requested\': \'stopped\'}[context.getSlapState()]\n
\n
person = context.ERP5Site_getAuthenticatedMemberPersonValue()\n
person.requestSoftwareInstance(\n
......
372
\ No newline at end of file
373
\ 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