Commit d9befeb4 authored by Yusei Tahara's avatar Yusei Tahara

Revert my previous changes. this interactor must install after to apply get_value patch.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16646 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent eda36c9a
......@@ -923,3 +923,8 @@ psyco.bind(Field.get_value)
#from Products.CMFCore.ActionsTool import ActionsTool
#psyco.bind(ActionsTool.listFilteredActionsFor)
# install interactor
# we need to install interactor after to apply get_value patch.
from Products.ERP5Type.Interactor import fielf_value_interactor
fielf_value_interactor.install()
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