]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5718 Fix creation date filter
authorStas Vilchik <vilchiks@gmail.com>
Fri, 31 Oct 2014 13:05:10 +0000 (14:05 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 31 Oct 2014 15:50:41 +0000 (16:50 +0100)
server/sonar-web/src/main/coffee/issues/facets-view.coffee

index c4bad63c6e5d11925d13644f9f1974a6cdeb94b3..55626becb07c215420f981c7e2cf8eee70531c50 100644 (file)
@@ -37,7 +37,7 @@ define [
         when 'statuses' then StatusFacet
         when 'assignees' then AssigneeFacet
         when 'resolutions' then ResolutionFacet
-        when 'created' then CreationDateFacet
+        when 'creationDate' then CreationDateFacet
         when 'componentRootUuids' then ProjectFacet
         when 'rules' then RuleFacet
         when 'actionPlans' then ActionPlanFacet