Commit bf53c030 authored by Yusei Tahara's avatar Yusei Tahara

2008-1-14 Yusei

* Enable group field on document view always.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18679 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7341690e
......@@ -16,7 +16,6 @@
<string>title</string>
<string>description</string>
<string>items</string>
<string>enabled</string>
</list>
</value>
</item>
......@@ -62,12 +61,6 @@
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string></string> </value>
......@@ -79,7 +72,7 @@
<item>
<key> <string>items</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
......@@ -134,22 +127,6 @@
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>request/is_web_mode|nothing</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
......
2008-1-14 Yusei
* Enable group field on document view always.
2008-1-10 Yusei
* Added document import dialog for Person/Organisation.
* Added related document list view for Person/Document. This replaces the default document list view.
......
796
\ No newline at end of file
803
\ 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