# HG changeset patch # User Chris Cannam # Date 1310398928 -3600 # Node ID ef125e1f3a109790a97139f1c41f8e8f73e746e1 # Parent 32dd9e02950ab0febd2bfa2ceb0d528a5aa90817 Remove Calendar from default blocks in My Page diff -r 32dd9e02950a -r ef125e1f3a10 app/controllers/my_controller.rb --- 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,