Commit ad56c0b3 authored by Tatuya Kamada's avatar Tatuya Kamada

Fix the way of field setting. Previous test was wrong.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30784 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4b65b915
......@@ -1032,7 +1032,7 @@ return foo_list
foo2_view = custom.Foo2_view
foo2_view.manage_addField('your_report_box1', 'Your Report Box', 'ReportBox')
your_report_box1 = foo2_view.your_report_box1
your_report_box1.report_method = 'FooReport_getReportSectionList'
your_report_box1._edit({'report_method':'FooReport_getReportSectionList'})
createZODBPythonScript(
self.portal.portal_skins.custom,
......
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