ItEr28S09CUCreacionProxectoPlanificacionItEr27S09: Fixed problem with dependencies and tasks borders when reloading plannerlayout
This commit is contained in:
parent
281eb9b4c0
commit
eb894fd099
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
<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}">
|
||||
z.autoz="true"${self.outerAttrs}" class="box">
|
||||
<div class="completion"></div>
|
||||
<div class="completion2"></div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
* @author Lorenzo Tilve Álvaro <ltilve@igalia.com>
|
||||
*/
|
||||
|
||||
webapp_context_path = "/navalplanner-webapp/"
|
||||
webapp_context_path = "/navalplanner-webapp"
|
||||
|
||||
zkPlanner = {};
|
||||
zkPlanner.constants = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue