Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsunnavy <sunnavy@bestpractical.com>2022-08-18 20:03:47 +0300
committersunnavy <sunnavy@bestpractical.com>2022-08-18 20:03:47 +0300
commit08a784e39be51c6a1a47f9419b553110a4d63328 (patch)
tree84cf0c7d18d4797eacb5d548455d60007378f2ac
parentacb0d17a139a258892a14acf3087de3efa5091a0 (diff)
parent4fa296076ec748ed83cbfbc76eab32c50bd4f09f (diff)
Merge branch '5.0/dashboard-subscription-empty-checkbox' into 5.0-trunk
-rw-r--r--share/html/Dashboards/Subscription.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/html/Dashboards/Subscription.html b/share/html/Dashboards/Subscription.html
index e65c2c0a4d..2b7b7eb889 100644
--- a/share/html/Dashboards/Subscription.html
+++ b/share/html/Dashboards/Subscription.html
@@ -245,6 +245,7 @@
<div class="custom-control custom-checkbox">
<input type="checkbox" id="SuppressIfEmpty" name="SuppressIfEmpty" class="custom-control-input" value="1" <% $fields{'SuppressIfEmpty'} ? 'checked="checked"' : "" |n %>>
<label class="custom-control-label" for="SuppressIfEmpty"><&|/l&>Suppress if empty (Check this to avoid sending mail if all searches have no results)</&></label>
+ <input type="hidden" class="hidden" name="SuppressIfEmpty-Magic" value="1" />
</div>
</div>
</div>