[Erp5-report] r20379 - /experimental/FSPatch/Products/ERP5Form/PlanningBox_laneAxisTitle.diff
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Apr 9 12:24:18 CEST 2008
Author: mikolaj
Date: Wed Apr 9 12:24:18 2008
New Revision: 20379
URL: http://svn.erp5.org?rev=20379&view=rev
Log:
Micro-patch to the PlanningBox to allow for a nicer lane axis labeling. Check Wiki for more info
Added:
experimental/FSPatch/Products/ERP5Form/PlanningBox_laneAxisTitle.diff
Added: experimental/FSPatch/Products/ERP5Form/PlanningBox_laneAxisTitle.diff
URL: http://svn.erp5.org/experimental/FSPatch/Products/ERP5Form/PlanningBox_laneAxisTitle.diff?rev=20379&view=auto
==============================================================================
--- experimental/FSPatch/Products/ERP5Form/PlanningBox_laneAxisTitle.diff (added)
+++ experimental/FSPatch/Products/ERP5Form/PlanningBox_laneAxisTitle.diff Wed Apr 9 12:24:18 2008
@@ -1,0 +1,12 @@
+Index: PlanningBox.py
+===================================================================
+--- PlanningBox.py (revision 18850)
++++ PlanningBox.py (working copy)
+@@ -2090,6 +2090,7 @@
+ # group position and size informations are saved in position_lane
+ # using relative coordinates
+ for domain in basic_structure.lane_domain_list:
++ self.lane_axis.title = domain.getProperty('group_title')
+ axis_group = AxisGroup(name='group_lane_' + str(axis_group_number),
+ title=domain.getProperty('title'),
+ delimiter_type=domain.getProperty('delimiter_type'),
More information about the Erp5-report
mailing list