Commit 74567191 authored by Romain Courteaud's avatar Romain Courteaud 🐙

slapos_panel: don't expect any custom resource for Bulletin

parent 09a7e732
......@@ -30,6 +30,6 @@ support_request = project.Project_createTicketWithCausality(
destination_decision=person.getRelativeUrl(),
)
support_request.Ticket_addSlapOSEvent(title, description, portal_type=event_portal_type, attachment=attachment, resource=resource, batch=True)
support_request.Ticket_addSlapOSEvent(title, description, portal_type=event_portal_type, attachment=attachment, batch=True)
return support_request.Base_redirect()
......@@ -50,7 +50,7 @@
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>title, description, resource, attachment=None, **kw</string> </value>
<value> <string>title, description, attachment=None, **kw</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
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