Removed code attribute at template level.
FEA: ItEr76S26RemoveExternalCodeFromTemplates
This commit is contained in:
parent
56c07b0493
commit
83cb6cceec
2 changed files with 0 additions and 9 deletions
|
|
@ -63,13 +63,6 @@
|
|||
<textbox id="name" value="@{templatesForOrdersController.template.name}" width="500px"
|
||||
constraint = "@{templatesForOrdersController.validateTemplateName}"/>
|
||||
</row>
|
||||
<row>
|
||||
<label value="${i18n:_('Code')}" />
|
||||
<hbox>
|
||||
<textbox value="@{templatesForOrdersController.template.code}" width="250px"
|
||||
constraint="no empty:${i18n:_('cannot be null or empty')}" />
|
||||
</hbox>
|
||||
</row>
|
||||
<row>
|
||||
<label value="${i18n:_('Delay from beginning (days)')}" />
|
||||
<intbox
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
pageSize="10" fixedLayout="true" sclass="clickable-rows">
|
||||
<columns>
|
||||
<column label="${i18n:_('Type')}" sort="auto(type)" />
|
||||
<column label="${i18n:_('Code')}" sort="auto(code)" />
|
||||
<column label="${i18n:_('Name')}" sort="auto(name)" />
|
||||
<column label="${i18n:_('Delay from beginning (days)')}"
|
||||
sort="auto(startAsDaysFromBeginning)" />
|
||||
|
|
@ -36,7 +35,6 @@
|
|||
<rows>
|
||||
<row self="@{each='template'}" value="@{template}" onClick="templatesForOrdersController.goToEditForm(self.value);">
|
||||
<label value="@{template.type}" />
|
||||
<label value="@{template.code}" />
|
||||
<label value="@{template.name}" />
|
||||
<label value="@{template.startAsDaysFromBeginning}" />
|
||||
<label value="@{template.deadlineAsDaysFromBeginning}" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue