Commit dc1850c5 authored by Jérome Perrin's avatar Jérome Perrin

Change form_id default value in ReportSection to None.

The form_id must be the ID of an ERP5 Form, not a CMF action.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15020 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1a4b5504
......@@ -190,7 +190,7 @@ class ReportSection:
param_dict = {}
def __init__(self, path='', form_id='view',
def __init__(self, path='', form_id='',
title=None, translated_title=None, level=1,
selection_name=None, selection_params=None,
listbox_display_mode=None, selection_columns=None,
......
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