Show progress type selector only in Company view
FEA: ItEr64OTS04ReporteAvancesCadeaCritica
This commit is contained in:
parent
4219f19478
commit
70163786af
2 changed files with 6 additions and 3 deletions
|
|
@ -48,9 +48,11 @@ planner = self;
|
|||
</listbox>
|
||||
|
||||
<!-- Progress type -->
|
||||
<label>${i18n:_('Progress')}:</label>
|
||||
<listbox id="lbProgressTypes"
|
||||
mold="select" />
|
||||
<hbox id="hboxProgressType" visible="false">
|
||||
<label>${i18n:_('Progress')}:</label>
|
||||
<listbox id="lbProgressTypes"
|
||||
mold="select" />
|
||||
</hbox>
|
||||
|
||||
<button id="showCriticalPath" onClick="planner.showCriticalPath();"
|
||||
image="/common/img/ico_criticalpath.png"
|
||||
|
|
|
|||
|
|
@ -161,6 +161,7 @@ public class CompanyPlanningController implements Composer {
|
|||
}
|
||||
|
||||
});
|
||||
planner.getFellow("hboxProgressType").setVisible(true);
|
||||
}
|
||||
|
||||
private Listitem findListitemValue(Listbox listbox, ProgressType value) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue