Skip to content

Commit

Permalink
feat: add PlanningExternalEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
Rom1-B authored and cedric-anne committed Apr 19, 2022
1 parent f4d5633 commit e979d09
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions inc/container.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -825,10 +825,11 @@ static function getItemtypes($is_domtab) {
];

$tabs[__('Assistance')] = [
'Ticket' => Ticket::getTypeName(2),
'Problem' => Problem::getTypeName(2),
'Change' => Change::getTypeName(2),
'TicketRecurrent' => TicketRecurrent::getTypeName(2),
'Ticket' => Ticket::getTypeName(2),
'Problem' => Problem::getTypeName(2),
'Change' => Change::getTypeName(2),
'TicketRecurrent' => TicketRecurrent::getTypeName(2),
'PlanningExternalEvent' => PlanningExternalEvent::getTypeName(2),
];

$tabs[__('Management')] = [
Expand Down

0 comments on commit e979d09

Please sign in to comment.