[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.1-238-g3efd4db

Aaron Kondziela aaron at bestpractical.com
Wed Jan 11 00:17:54 EST 2017


The branch, 4.4-trunk has been updated
       via  3efd4dbf5a7811a51ad72facf01f08ae8076c016 (commit)
       via  2b4b20e34b9dbada6c773171e1d19f753f810ece (commit)
      from  2bfb34babad7958f620c25f2efb2b08e52975e27 (commit)

Summary of changes:
 share/html/Ticket/Elements/UpdateCc |  4 ++++
 share/static/js/util.js             | 12 ++++++++++--
 2 files changed, 14 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 3efd4dbf5a7811a51ad72facf01f08ae8076c016
Merge: 2bfb34b 2b4b20e
Author: Aaron Kondziela <aaron at bestpractical.com>
Date:   Wed Jan 11 00:15:37 2017 -0500

    Merge branch '4.4/all-onetime-suggestions' into 4.4-trunk

diff --cc share/html/Ticket/Elements/UpdateCc
index c629d7c,36d3f15..0ff5e81
--- a/share/html/Ticket/Elements/UpdateCc
+++ b/share/html/Ticket/Elements/UpdateCc
@@@ -59,9 -59,10 +59,11 @@@
          <div class="OneTimeCcs hidden">
  %   }
  <i class="label">(<&|/l&>check to add</&>)</i>
+ <input type="checkbox" class="checkbox" name="AllSuggestedCc" value="1" onclick="setCheckbox(this, /^UpdateCc-/, null, true)">
+ <label for="AllSuggestedCc"><% loc('All recipients') %></label>
  %}
  %foreach my $addr ( @one_time_Ccs ) {
 +<span class="ticket-update-suggested-cc">
  <input
      id="UpdateCc-<%$addr%>"
      name="UpdateCc-<%$addr%>"
@@@ -86,9 -86,10 +88,11 @@@
          <div class="OneTimeCcs hidden">
  %   }
  <i class="label">(<&|/l&>check to add</&>)</i>
+ <input type="checkbox" class="checkbox" name="AllSuggestedBcc" value="1" onclick="setCheckbox(this, /^UpdateBcc-/, null, true)">
+ <label for="AllSuggestedBcc"><% loc('All recipients') %></label>
  %}
  %foreach my $addr ( @one_time_Ccs ) {
 +<span class="ticket-update-suggested-cc">
  <input
      id="UpdateBcc-<%$addr%>"
      name="UpdateBcc-<%$addr%>"

-----------------------------------------------------------------------


More information about the rt-commit mailing list