Commit 2682cedb authored by Arnaud Fontaine's avatar Arnaud Fontaine

Fix dead ProxyFields.

PasswordTool_viewResetPassword/text_content from erp5_core wrongly requires
Field Library in erp5_web and EmbeddedFile_view/my_description from erp5_base
wrongly requires Field Library in erp5_dms.
parent c24079fe
......@@ -79,7 +79,7 @@
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Document_viewFieldLibrary</string> </value>
<value> <string>File_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>target</string> </key>
......
2012-10-11 arnaud.fontaine
* Fix dead ProxyField as Document_viewFieldLibrary is only available in erp5_dms which depends upon erp5_base itself.
2012-04-10 Kazuhiko
* add an external method to generate barcode image.
......@@ -425,4 +428,4 @@ and query_workflow for Cancelled and Answered states
* Two skins were moved from portal_skins/erp5_core to portal_skins/erp5_base
2006-02-24 Seb
* Created this business template in order to split erp5_core
\ No newline at end of file
* Created this business template in order to split erp5_core
1033
\ No newline at end of file
1034
\ No newline at end of file
......@@ -131,7 +131,7 @@
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Base_viewWebFieldLibrary</string> </value>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>target</string> </key>
......
2012-10-11 arnaud.fontaine
* Fix dead ProxyField after renaming of ProxyFields (now available in erp5_core_proxy_field_legacy).
2012-09-04 arnaud.fontaine
* message_attribute_does_not_match was incorrectly renamed to message_attribute_match when migrating StringAttributeMatch constraint from filesystem to ZODB.
......
41078
\ No newline at end of file
41079
\ 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