Merged r10893 into 1.4-stable (#12472).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.4-stable@10896 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2012-11-30 08:59:57 +00:00
parent 68c2588f85
commit 8312fec63f
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ class RolesController < ApplicationController
before_filter :require_admin_or_api_request, :only => :index
before_filter :find_role, :only => [:edit, :update, :destroy]
accept_api_auth :index
accept_api_auth :index, :show
def index
respond_to do |format|

View File

@@ -7,6 +7,7 @@ http://www.redmine.org/
== TBD v1.4.6
* Defect #12409: Git: changesets aren't read after clear_changesets call
* Defect #12472: Roles REST API does not accept API authentication
== 2012-11-17 v1.4.5