From: Stas Vilchik Date: Wed, 2 Dec 2015 11:08:44 +0000 (+0100) Subject: SONAR-6890 Wrong link while drilling down from quality gate widget to new issues X-Git-Tag: 5.3-RC1~106 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b4201256a7e4d8b153ecf0cb074f6e264df67f17;p=sonarqube.git SONAR-6890 Wrong link while drilling down from quality gate widget to new issues --- diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/application_helper.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/application_helper.rb index da06341aa5a..c19dd8e990f 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/application_helper.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/application_helper.rb @@ -208,7 +208,7 @@ module ApplicationHelper if options[:period] && @snapshot snapshot_datetime = @snapshot.period_datetime(options[:period]) if snapshot_datetime - date = snapshot_datetime.to_date + date = snapshot_datetime.strftime('%FT%T%z') url += "createdAfter=#{date}|" end end