[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.6-344-gdbdfca4

Shawn Moore sartak at bestpractical.com
Fri Dec 3 14:53:05 EST 2010


The branch, 3.9-trunk has been updated
       via  dbdfca4b6dd2945988173df192fe430074187e91 (commit)
      from  6fb52ad6ffaeede63c3c14e5bbd91fdf03ac6708 (commit)

Summary of changes:
 share/html/Elements/Tabs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit dbdfca4b6dd2945988173df192fe430074187e91
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Fri Dec 3 14:52:41 2010 -0500

    _PrivacyObjects(create => 1) no longer dwims

diff --git a/share/html/Elements/Tabs b/share/html/Elements/Tabs
index 4179c26..e289850 100755
--- a/share/html/Elements/Tabs
+++ b/share/html/Elements/Tabs
@@ -90,7 +90,7 @@ if ( $request_path !~ qr{^/SelfService/} ) {
 
     $dashes->child( select => title => loc('Select'), path => "/Dashboards/index.html" );
     my $dashboard = RT::Dashboard->new( $session{CurrentUser} );
-    if ( $dashboard->_PrivacyObjects( create => 1 ) ) {
+    if ( $dashboard->ObjectsForCreating ) {
         $dashes->child( loc('Create') => path => "/Dashboards/Modify.html?Create=1" );
     }
 

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


More information about the Rt-commit mailing list