the column parent is not shown if the calendar is not derived.
FEA: ItEr75S05CalendarAdminInterfaceItEr74S06
This commit is contained in:
parent
8539400c64
commit
bf4ac9a147
1 changed files with 2 additions and 1 deletions
|
|
@ -233,7 +233,8 @@
|
|||
itemRenderer="@{calendarController.editionController.historyVersionsRenderer}"
|
||||
sizedByContent="true">
|
||||
<listhead>
|
||||
<listheader label="${i18n:_('Parent')}" width="80px"/>
|
||||
<listheader label="${i18n:_('Parent')}" width="80px"
|
||||
visible="@{calendarController.editionController.isDerived}"/>
|
||||
<listheader label="${i18n:_('Valid from')}"
|
||||
width="80px" />
|
||||
<listheader label="${i18n:_('Expiry date')}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue