Commit db998c8f authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_erp5: Fix call of Ticket_createInitialEvent

  Contributed by Romain Courteud
parent 65f88263
......@@ -14,7 +14,7 @@ ticket.validate()
trade_condition = portal.sale_trade_condition_module.slapos_ticket_trade_condition
web_message = context.Ticket_createInitialEvent()
web_message = context.Ticket_createInitialEvent(state_object)
ticket.edit(
source_section = trade_condition.getSourceSection(),
......
......@@ -60,6 +60,12 @@
</tuple>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>script_SupportRequest_createInitialWebMessage</string> </value>
......
......@@ -50,6 +50,10 @@
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>state_object</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
......
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