itflow-org / itflow

Free and open-source web application for MSPs. Unifies IT documentation, ticketing, invoicing.
https://itflow.org
GNU General Public License v3.0
525 stars 143 forks source link

Feature Request: Ticket creation - Move to the new modal + Allow selecting a client and then a contact from main tickets.php (ajax) #942

Open wrongecho opened 3 months ago

wrongecho commented 3 months ago

As a whole, we should move the main tickets.php new ticket modal to the "newer" modal (the one shown when editing a ticket, and in the new recurring ticket modal).

This will allow us to allow selecting a client AND a contact.

We should also allow the ability to control whether a notification email is sent to the contact. This would be pre-ticked based on the value of $config_ticket_client_general_notifications

--

We have this behavior on the recurring tickets add modal, but not the main clients. Need to copy this across.

Image