Commit 56c4f0d5 authored by Roque's avatar Roque

erp5_officejs: fix tab duplication

parent b53e6d34
......@@ -16,13 +16,13 @@
<key> <string>categories</string> </key>
<value>
<tuple>
<string>action_type/object_view</string>
<string>action_type/object_action</string>
</tuple>
</value>
</item>
<item>
<key> <string>category</string> </key>
<value> <string>object_view</string> </value>
<value> <string>object_action</string> </value>
</item>
<item>
<key> <string>condition</string> </key>
......
......@@ -16,13 +16,13 @@
<key> <string>categories</string> </key>
<value>
<tuple>
<string>action_type/object_view</string>
<string>action_type/object_action</string>
</tuple>
</value>
</item>
<item>
<key> <string>category</string> </key>
<value> <string>object_view</string> </value>
<value> <string>object_action</string> </value>
</item>
<item>
<key> <string>condition</string> </key>
......
  • mentioned in commit nexedi/erp5@fba02e96

    Toggle commit list
  • @rporchetto this is really a hack to workaround the issue. The action will still be visible in xhtml_style in the Actions list.

    Can you try to use object_jio_view instead?

  • True, object_jio_view looks more appropriate. Done here: 8fdd46e7

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