changeset 485:ef125e1f3a10 bug_189

Remove Calendar from default blocks in My Page
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Mon, 11 Jul 2011 16:42:08 +0100
parents 32dd9e02950a
children 4c0d58c5d1e0 9a16b2c1fd56
files app/controllers/my_controller.rb
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/app/controllers/my_controller.rb	Mon Jun 27 12:38:02 2011 +0100
+++ b/app/controllers/my_controller.rb	Mon Jul 11 16:42:08 2011 +0100
@@ -34,7 +34,7 @@
            }.merge(Redmine::Views::MyPage::Block.additional_blocks).freeze
 
   DEFAULT_LAYOUT = {  'left' => ['tipoftheday', 'activitymyprojects'], 
-                      'right' => ['issueswatched','calendar'] 
+                      'right' => ['issueswatched'] 
                    }.freeze
 
   verify :xhr => true,