Display: Add ObjectIcon::TICKET, EMAIL, PHONE as sources of support tickets info

pull/5037/head
Yannick Warnier 2 years ago
parent f178b99e56
commit 423e1a50cd
  1. 6
      src/CoreBundle/Component/Utils/ObjectIcon.php

@ -120,4 +120,10 @@ enum ObjectIcon: string
case DEFAULT = 'text-box-outline';
// Pin (drawing-pin)
case PIN = 'pin';
// Support ticket / help ticket
case TICKET = 'ticket-confirmation';
// Email (as a source of info)
case EMAIL = 'email';
// Phone (as a source of info)
case PHONE = 'cellphone';
}

Loading…
Cancel
Save