[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.13-150-g805834e

Kevin Falcone falcone at bestpractical.com
Tue Jul 9 15:26:50 EDT 2013


The branch, 4.0-trunk has been updated
       via  805834eada398c8e50a455b2765473af498e6a98 (commit)
      from  74da405f494e9c5461837cfee1354aca093c0651 (commit)

Summary of changes:
 share/html/Articles/Article/PreCreate.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 805834eada398c8e50a455b2765473af498e6a98
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Jul 9 15:04:43 2013 -0400

    Remove arg passing to Tabs
    
    /Elements/Tabs doesn't do anything with Title, and while I apparently did
    most of the Articles integration correctly when untangling Header and Tab
    arguments, I missed this one in 70dd2fe.
    
    Found while scouring core for places that pass arguments to /Elements/Tabs.

diff --git a/share/html/Articles/Article/PreCreate.html b/share/html/Articles/Article/PreCreate.html
index d1060e6..28b0048 100644
--- a/share/html/Articles/Article/PreCreate.html
+++ b/share/html/Articles/Article/PreCreate.html
@@ -46,7 +46,7 @@
 %#
 %# END BPS TAGGED BLOCK }}}
 <& /Elements/Header, Title => loc('Create an article in class...') &>
-<& /Elements/Tabs, Title => loc('Create an article in class...') &>
+<& /Elements/Tabs &>
 <ul>
 % my $Classes = RT::Classes->new($session{'CurrentUser'});
 % $Classes->LimitToEnabled();

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


More information about the Rt-commit mailing list