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 @@ ...@@ -16,7 +16,6 @@
<string>title</string> <string>title</string>
<string>description</string> <string>description</string>
<string>items</string> <string>items</string>
<string>enabled</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -62,12 +61,6 @@ ...@@ -62,12 +61,6 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>enabled</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -79,7 +72,7 @@ ...@@ -79,7 +72,7 @@
<item> <item>
<key> <string>items</string> </key> <key> <string>items</string> </key>
<value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value> </value>
</item> </item>
<item> <item>
...@@ -134,22 +127,6 @@ ...@@ -134,22 +127,6 @@
</pickle> </pickle>
</record> </record>
<record id="2" aka="AAAAAAAAAAI="> <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> <pickle>
<tuple> <tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/> <global name="TALESMethod" module="Products.Formulator.TALESField"/>
......
2008-1-14 Yusei
* Enable group field on document view always.
2008-1-10 Yusei 2008-1-10 Yusei
* Added document import dialog for Person/Organisation. * Added document import dialog for Person/Organisation.
* Added related document list view for Person/Document. This replaces the default document list view. * Added related document list view for Person/Document. This replaces the default document list view.
......
796 803
\ No newline at end of file \ 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