Commit 98e7489a authored by Romain Courteaud's avatar Romain Courteaud

Remove useless spaces at the end of lines


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14809 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a5dd46b8
...@@ -957,7 +957,7 @@ class PlanningBoxWidget(Widget.Widget): ...@@ -957,7 +957,7 @@ class PlanningBoxWidget(Widget.Widget):
structure = REQUEST.get('structure') structure = REQUEST.get('structure')
# getting HTML rendering Page Template # getting HTML rendering Page Template
planning_html_method = getattr(REQUEST['here'],'planning_content') planning_html_method = getattr(REQUEST['here'], 'planning_content')
# recovering HTML data by calling Page Template document # recovering HTML data by calling Page Template document
HTML_data = planning_html_method(struct=structure) HTML_data = planning_html_method(struct=structure)
# return HTML data # return HTML data
...@@ -1079,6 +1079,7 @@ class BasicStructure: ...@@ -1079,6 +1079,7 @@ class BasicStructure:
""" """
default_params ={} default_params ={}
current_section = None current_section = None
LOG('PlanningBox, build', 0, 'ici')
#params = self.selection.getParams() #params = self.selection.getParams()
...@@ -1230,7 +1231,9 @@ class BasicStructure: ...@@ -1230,7 +1231,9 @@ class BasicStructure:
select_expression = '' select_expression = ''
# now iterating through report_tree_list # now iterating through report_tree_list
LOG('PlanningBox, build', 0, 'report_tree_list %s' % len(report_tree_list))
for object_tree_line in report_tree_list: for object_tree_line in report_tree_list:
LOG('PlanningBox, build', 0, 'object_tree_line %s' % str(object_tree_line))
# prepare query by defining selection report object # prepare query by defining selection report object
# defining info_dict, holding all information about the current object. # defining info_dict, holding all information about the current object.
info_dict = None info_dict = None
...@@ -3107,6 +3110,3 @@ InitializeClass(AxisElement) ...@@ -3107,6 +3110,3 @@ InitializeClass(AxisElement)
allow_class(AxisElement) allow_class(AxisElement)
InitializeClass(Info) InitializeClass(Info)
allow_class(Info) allow_class(Info)
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