Commit f4585637 authored by Ayush Tiwari's avatar Ayush Tiwari

erp5_catalog: Use string object to display default_sql_catalog_id in Catalog_view

parent dbca320b
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</item> </item>
<item> <item>
<key> <string>action</string> </key> <key> <string>action</string> </key>
<value> <string>Base_doSelect</string> </value> <value> <string>Base_edit</string> </value>
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
...@@ -86,8 +86,8 @@ ...@@ -86,8 +86,8 @@
<key> <string>right</string> </key> <key> <string>right</string> </key>
<value> <value>
<list> <list>
<string>my_default_sql_catalog_id</string>
<string>my_default_erp5_catalog_id</string> <string>my_default_erp5_catalog_id</string>
<string>my_default_sql_catalog_id</string>
</list> </list>
</value> </value>
</item> </item>
......
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