mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°640 - No 'Tickets' tab on FunctionalCIs when no Ticket sub-classes exists (2)
This commit is contained in:
@@ -193,7 +193,7 @@
|
||||
|
||||
$sTicketListAttCode = 'tickets_list';
|
||||
|
||||
if ((MetaModel::HasChildrenClasses('Ticket') && MetaModel::IsValidAttCode(get_class($this), $sTicketListAttCode)) {
|
||||
if (MetaModel::HasChildrenClasses('Ticket') && MetaModel::IsValidAttCode(get_class($this), $sTicketListAttCode)) {
|
||||
// Display one list per leaf class (the only way to display the status as of now)
|
||||
|
||||
$oAttDef = MetaModel::GetAttributeDef(get_class($this), $sTicketListAttCode);
|
||||
|
||||
Reference in New Issue
Block a user