ItEr38S05ValidacionEProbasFuncionaisItEr37S06:[Bug #135] Fixing bug. The milestone.dsp was missing an attribute in order to be movable
This commit is contained in:
parent
8c4e97e2a7
commit
3835338c13
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@
|
|||
|
||||
<div id="row${self.uuid}" class="row" z.valor="boxid="${self.uuid}">
|
||||
<div id="${self.uuid}" z.type="ganttz.task.Task" idTask="${self.id}"
|
||||
z.autoz="true"${self.outerAttrs}" class="milestone">
|
||||
z.autoz="true"${self.outerAttrs}" class="milestone"
|
||||
movingTasksEnabled="${self.movingTasksEnabled}">
|
||||
<div class="completion"></div>
|
||||
<div class="completion2"></div>
|
||||
<div class="milestone_end"></div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue