Commit f50c178c authored by Romain Courteaud's avatar Romain Courteaud

erp5_forge: throw away local changes

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