Make more readable date constraint component on taskdetails
FEA: ItEr77S04BugFixing
This commit is contained in:
parent
25a9c12b6b
commit
c221e5784b
1 changed files with 3 additions and 3 deletions
|
|
@ -65,10 +65,10 @@
|
|||
</row>
|
||||
<row id="startConstraint">
|
||||
<label value="${i18n:_('Constraint')}" />
|
||||
<vbox>
|
||||
<combobox id="startConstraintTypes" width="300px" />
|
||||
<hbox>
|
||||
<combobox id="startConstraintTypes" width="180px" />
|
||||
<datebox id="startConstraintDate" constraint ="no empty"/>
|
||||
</vbox>
|
||||
</hbox>
|
||||
</row>
|
||||
<row id="resourceAllocationType" visible="@{editController.isTask}">
|
||||
<label value="${i18n:_('Resource allocation type')}" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue