[Rt-commit] rt branch, 4.4/export-rich-text-pref-to-js, created. rt-4.2.12-505-g926b3c8

? sunnavy sunnavy at bestpractical.com
Wed Nov 4 13:00:09 EST 2015


The branch, 4.4/export-rich-text-pref-to-js has been created
        at  926b3c8c1ecd139601ca9b44185715d415abb0df (commit)

- Log -----------------------------------------------------------------
commit 926b3c8c1ecd139601ca9b44185715d415abb0df
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Nov 5 01:42:15 2015 +0800

    RT::Extension::QuoteSelection needs this to do the correct quoting
    
    It's probably useful for other usages as well.

diff --git a/share/html/Elements/JavascriptConfig b/share/html/Elements/JavascriptConfig
index cd2f223..8495ce8 100644
--- a/share/html/Elements/JavascriptConfig
+++ b/share/html/Elements/JavascriptConfig
@@ -48,7 +48,7 @@
 <%init>
 my $Config = {};
 $Config->{$_} = RT->Config->Get( $_, $session{CurrentUser} )
-  for qw(rtname WebPath MessageBoxRichTextHeight);
+  for qw(rtname WebPath MessageBoxRichText MessageBoxRichTextHeight);
 
 my $CurrentUser = {};
 if ($session{CurrentUser} and $session{CurrentUser}->id) {

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


More information about the rt-commit mailing list