1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| Quintiq file version 2.0
| #parent: GanttChartCapacityPlanning
| Response OnDrawNode (
| UnitPeriod element
| ) id:Response_GanttChartCapacityPlanning_OnDrawNode
| {
| #keys: '[139394.1.1196580793]'
| CanBindMultiple: false
| DefinitionID: 'Responsedef_WebGanttChart_OnDrawNode'
| QuillAction
| {
| Body:
| [*
| // OnDraw
| // Visual: draw parent node for aggregated child, unless its closed
| element := ifexpr( element.Unit().IsForCapacityAggregation()and element.GetHasAvailableCapacity(),
| element.ParentOfUnitDimension(),
| element );
|
| Form.DrawNode( element, drawinfo );
| *]
| GroupServerCalls: false
| }
| }
|
|