minor fixes (removed a debugging-statement, added a ticket-number to the changelog)

pull/6827/head
Stefan Frank 11 years ago
parent 2fd3e6e28d
commit 09d44650b8
  1. 4
      CHANGELOG.md
  2. 1
      app/controllers/my_projects_overviews_controller.rb

@ -2,8 +2,8 @@
## 3.0.0
* prepared the plugin for publishing, added copyright-headers, README's etc.
* fixed an issue withe loading of external blocks (removed the documents-block, that now resides in the documents-plugin)
* `#1794` prepared the plugin for publishing, added copyright-headers, README's etc.
* fixed an issue with the loading of external blocks (removed the documents-block, that now resides in the documents-plugin)
## 3.0.0.pre2

@ -20,7 +20,6 @@ class MyProjectsOverviewsController < ApplicationController
before_filter :authorize
before_filter :jump_to_project_menu_item, :only => :index
puts Redmine::Views::MyPage::Block.additional_blocks
BLOCKS = { 'issuesassignedtome' => :label_assigned_to_me_issues,
'issuesreportedbyme' => :label_reported_issues,
'issueswatched' => :label_watched_issues,

Loading…
Cancel
Save