mirror of
https://github.com/itflow-org/itflow
synced 2026-03-23 05:55:38 +00:00
Ticket - Notifications
Allow notifying contacts & watchers of a ticket when they are added/updated (#937)
This commit is contained in:
@@ -132,7 +132,7 @@
|
|||||||
<?php if (!empty($config_smtp_host)) { ?>
|
<?php if (!empty($config_smtp_host)) { ?>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="form-check">
|
<div class="form-check">
|
||||||
<input class="form-check-input" type="checkbox" name="contact_notify" value="1" id="checkNotifyContact" <?php if ($config_ticket_client_general_notifications) { echo "checked"; } ?>>
|
<input class="form-check-input" type="checkbox" name="contact_notify" value="1" id="checkNotifyContact">
|
||||||
<label class="form-check-label" for="checkNotifyContact">
|
<label class="form-check-label" for="checkNotifyContact">
|
||||||
Send email notification
|
Send email notification
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user