Commit f50c178c authored by Romain Courteaud's avatar Romain Courteaud

erp5_forge: throw away local changes

parent 163ae4ed
......@@ -16,13 +16,13 @@
<key> <string>categories</string> </key>
<value>
<tuple>
<string>action_type/object_action</string>
<string>action_type/object_jio_action</string>
</tuple>
</value>
</item>
<item>
<key> <string>category</string> </key>
<value> <string>object_action</string> </value>
<value> <string>object_jio_action</string> </value>
</item>
<item>
<key> <string>condition</string> </key>
......
context.getVcsTool().clean()
context.REQUEST.set('portal_status_message', 'Working copy cleaned successfully.')
return context.view()
return context.Base_redirect('view', keep_items={
'portal_status_message': 'Working copy cleaned successfully.'
})
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