Commit 3ce1606c authored by Georgios Dagkakis's avatar Georgios Dagkakis

different ids for tasks

parent 8448a389
......@@ -43,8 +43,8 @@ class BatchesOperatorGantt(plugin.OutputPreparationPlugin, TimeSupportMixin):
except IndexError:
exitTime=maxSimTime
k+=1
task_dict[operatorId+record['stationId']] = dict(
id=operatorId+record['stationId'],
task_dict[operatorId+record['stationId']+str(k)] = dict(
id=operatorId+record['stationId']+str(k),
parent=operatorId,
text=record['stationId'],
start_date=self.convertToRealWorldTime(
......
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