Fix bug: Inclusion of 'GlobalProgress' html code was causing a side
effect in other views Include 'GlobalProgress' chart as ZK component instead of using <include> FEA: ItEr76S15OrganizingPerProjectDashboard
This commit is contained in:
parent
3b4dcdc79c
commit
b5cff2cf3a
1 changed files with 2 additions and 1 deletions
|
|
@ -18,6 +18,7 @@
|
|||
-->
|
||||
|
||||
<?component name="costStatus" inline="true" macroURI="_costStatus.zul"?>
|
||||
<?component name="globalProgress" inline="true" macroURI="_globalProgress.zul"?>
|
||||
|
||||
<zk xmlns:n="http://www.zkoss.org/2005/zk/native">
|
||||
|
||||
|
|
@ -120,7 +121,7 @@
|
|||
var global_progress = { };
|
||||
</script>
|
||||
|
||||
<include src="/dashboard/_globalProgress.zul" />
|
||||
<globalProgress />
|
||||
|
||||
<!-- Include jqPlot styles -->
|
||||
<n:link class="include" rel="stylesheet" type="text/css" href="/libreplan-webapp/jqplot/jquery.jqplot.min.css" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue