From: Julien Lancelot Date: Fri, 24 Oct 2014 13:34:33 +0000 (+0200) Subject: SONAR-5774 WS /api/events does not work for views X-Git-Tag: 4.5.1-RC1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=33d7a6c21e6968cb73155a5e52593f3cde3c8bcc;p=sonarqube.git SONAR-5774 WS /api/events does not work for views --- diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/events_controller.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/events_controller.rb index 451276bd41b..bb6189a6fad 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/events_controller.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/events_controller.rb @@ -124,7 +124,7 @@ class Api::EventsController < Api::ApiController def create begin load_resource(:admin, params[:resource]) - raise "Resource must be a root project" unless @resource.scope=='PRJK' + raise "Resource must be a root project" unless @resource.scope=='PRJ' root_snapshot=nil if (params[:dateTime])