Commit df287826 authored by Nicolas Delaby's avatar Nicolas Delaby

Add comment to prevent use this method until best reviewing

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19070 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f2bdd1c4
......@@ -915,7 +915,10 @@ class ERP5Form(ZMIForm, ZopePageTemplate):
security.declareProtected('Change Formulator Forms', 'unProxifyField')
def unProxifyField(self, field_dict=None, REQUEST=None):
"""Convert proxy fields to fields"""
"""
Convert proxy fields to fields
Still Experimental, need to be tested
"""
def copy(_dict):
new_dict = {}
for key, value in _dict.items():
......
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