[Rt-commit] rt branch, 4.4/move-user-prefs-page-to-prefs-aboutme, repushed
? sunnavy
sunnavy at bestpractical.com
Thu Dec 5 09:58:24 EST 2013
The branch 4.4/move-user-prefs-page-to-prefs-aboutme was deleted and repushed:
was 028336317767fc7655d84fa5cc2dabfd0f002d54
now 037d02cbe258581d067672d35a4c961065ecdd16
1: e6b2eed ! 1: a7aba60 move /User/Prefs.html to /Prefs/AboutMe.html for consistency, see also #14200
@@ -8,7 +8,7 @@
@@
&& $session{'CurrentUser'}->HasRight( Right => 'ModifySelf', Object => RT->System )) {
my $settings = $about_me->child( settings => title => loc('Settings'), path => '/Prefs/Other.html' );
- $settings->child( options => title => loc('Options'), path => '/Prefs/Other.html' );
+ $settings->child( options => title => loc('Preferences'), path => '/Prefs/Other.html' );
- $settings->child( about_me => title => loc('About me'), path => '/User/Prefs.html' );
+ $settings->child( about_me => title => loc('About me'), path => '/Prefs/AboutMe.html' );
$settings->child( search_options => title => loc('Search options'), path => '/Prefs/SearchOptions.html' );
2: 0283363 = 2: 037d02c redirect old /User/Prefs.html and deprecate it
More information about the rt-commit
mailing list