Commit 5ef4431d authored by Łukasz Nowak's avatar Łukasz Nowak

- simplify relation box to predecessors by showing title

- show interesting fields like certificate and reference

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42555 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2d03065f
......@@ -83,6 +83,8 @@
<list>
<string>my_text_content</string>
<string>my_connection_xml</string>
<string>my_ssl_key</string>
<string>my_ssl_certificate</string>
<string>my_description</string>
</list>
</value>
......@@ -99,6 +101,8 @@
<list>
<string>my_title</string>
<string>my_reference</string>
<string>my_destination_reference</string>
<string>my_source_reference</string>
</list>
</value>
</item>
......@@ -106,7 +110,7 @@
<key> <string>right</string> </key>
<value>
<list>
<string>my_predecessor_source_reference_list</string>
<string>my_predecessor_title_list</string>
</list>
</value>
</item>
......
......@@ -265,7 +265,7 @@
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
<value> <int>0</int> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>width</string> </key>
......
......@@ -8,7 +8,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_predecessor_source_reference_list</string> </value>
<value> <string>my_predecessor_title_list</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -405,7 +405,7 @@
</item>
<item>
<key> <string>catalog_index</string> </key>
<value> <string>source_reference</string> </value>
<value> <string>title</string> </value>
</item>
<item>
<key> <string>columns</string> </key>
......
184
\ No newline at end of file
185
\ No newline at end of file
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