Commit 86cbc31f authored by Romain Courteaud's avatar Romain Courteaud

Request as to be done from Hosting Subscription owner

parent 76afe480
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
if state is None:\n if state is None:\n
state = {\'start_requested\': \'started\', \'destroy_requested\': \'destroyed\', \'stop_requested\': \'stopped\'}[context.getSlapState()]\n state = {\'start_requested\': \'started\', \'destroy_requested\': \'destroyed\', \'stop_requested\': \'stopped\'}[context.getSlapState()]\n
\n \n
person = context.ERP5Site_getAuthenticatedMemberPersonValue()\n person = context.getDestinationSectionValue()\n
person.requestSoftwareInstance(\n person.requestSoftwareInstance(\n
state=state,\n state=state,\n
software_release=context.getRootSoftwareReleaseUrl(),\n software_release=context.getRootSoftwareReleaseUrl(),\n
......
384 385
\ 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