Commit 98449b16 authored by Thomas Bernard's avatar Thomas Bernard

second fix for bug rendering colors



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7387 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b8f2706f
...@@ -2014,7 +2014,7 @@ class PlanningStructure: ...@@ -2014,7 +2014,7 @@ class PlanningStructure:
self.X.name = 'axis_x' self.X.name = 'axis_x'
self.Y.name = 'axis_y' self.Y.name = 'axis_y'
pdb.set_trace() #pdb.set_trace()
# recovering secondary_axis_ bounds # recovering secondary_axis_ bounds
self.secondary_axis.start = basic_structure.secondary_axis_info['bound_start'] self.secondary_axis.start = basic_structure.secondary_axis_info['bound_start']
...@@ -2291,6 +2291,7 @@ class Activity: ...@@ -2291,6 +2291,7 @@ class Activity:
error_text='' error_text=''
block_color = self.color
#if zone == 1: #if zone == 1:
# block_color = '' # block_color = ''
# block_link = self.link # block_link = self.link
......
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