Commit d0eaf5e7 authored by Rafael Monnerat's avatar Rafael Monnerat

Fixed when the main axis'bloc is resized outside the line. 



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16932 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 99bafd7c
......@@ -240,7 +240,7 @@ class PlanningBoxValidator(Validator.StringBaseValidator):
# adding if necessary current activity to warning_list
if final_block['activity_origin'].name not in warning_activity_list:
warning_activity_list.append(final_block['activity_origin'].name)
secondary_axis_positions = [ None , None ]
else:
# now that all informations about the main axis changes are
# known, checking modifications over the secondary axis.
......
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