]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5774 WS /api/events does not work for views
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 24 Oct 2014 12:33:05 +0000 (14:33 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 24 Oct 2014 12:33:05 +0000 (14:33 +0200)
server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/events_controller.rb

index 2fae5c1b7694798f563a036bc60629ae55cbb321..451276bd41b4cc44873a2684bc433007fa984bf5 100644 (file)
@@ -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.qualifier=='TRK'
+      raise "Resource must be a root project" unless @resource.scope=='PRJK'
       
       root_snapshot=nil
       if (params[:dateTime])