[Rt-commit] rt branch, 4.4/dashboard-language, repushed

Shawn Moore shawn at bestpractical.com
Sun Dec 27 20:27:55 EST 2015


The branch 4.4/dashboard-language was deleted and repushed:
       was f03343cd5b5c4e9cd0314ea6edad068e9c41e1d3
       now 01ec29904b891bbaf5617921a1ce784cab40f6a4

1:  f03343c ! 1:  c7e5608 Add language selector for dashboard subscriptions
    @@ -53,7 +53,7 @@
      </td><td class="value">
      <select name="Rows">
     @@
    -     Recipient   => '',
    +     Recipients  => { Users => [], Groups => [] },
          Fow         => 1,
          Counter     => 0,
     +    Language    => '',
    @@ -61,12 +61,14 @@
      
      # update any fields with the values from the subscription object
     @@
    + $Dow         => undef
      $Dom         => undef
      $Rows        => undef
    - $Recipient   => undef
    ++$Recipient   => undef
     +$Language    => undef
    - </%ARGS>
      
    + $UserField => undef
    + $UserOp => undef
     
     diff --git a/t/mail/dashboards.t b/t/mail/dashboards.t
     --- a/t/mail/dashboards.t
    @@ -123,3 +125,4 @@
      );
      
      produces_no_dashboard_mail_ok(
    +
-:  ------- > 2:  1c4e3cf Use the recipient's language for email dashboards, not subscriber's
-:  ------- > 3:  01ec299 Add config for EmailDashboardLanguage



More information about the rt-commit mailing list