summaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@gmail.com>2013-09-19 14:07:45 +0200
committerJulien Lancelot <julien.lancelot@gmail.com>2013-09-19 14:07:54 +0200
commit1666e33d7e4072c8870f6d4fd9d654659c5506f1 (patch)
tree6a422ce01fa56de36a1874618af711d559a14052 /sonar-server/src/main
parent8ca02569a601d30b0e0a3e395ea3a106bcc2383d (diff)
downloadsonarqube-1666e33d7e4072c8870f6d4fd9d654659c5506f1.tar.gz
sonarqube-1666e33d7e4072c8870f6d4fd9d654659c5506f1.zip
SONAR-4684 Remove differential view support from some Issues widgets
Diffstat (limited to 'sonar-server/src/main')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/project/widgets/issues/_issues_list.html.erb4
1 files changed, 0 insertions, 4 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/project/widgets/issues/_issues_list.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/project/widgets/issues/_issues_list.html.erb
index 511d03b56a5..1f0187167fe 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/project/widgets/issues/_issues_list.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/project/widgets/issues/_issues_list.html.erb
@@ -12,10 +12,6 @@
else
search_options['sort'] = 'UPDATE_DATE'
search_options['asc'] = 'FALSE'
- if @dashboard_configuration && @dashboard_configuration.selected_period?
- search_options['createdAfter'] = Api::Utils.format_datetime(@dashboard_configuration.from_datetime)
- search_options['createdBefore'] = Api::Utils.format_datetime(DateTime.now)
- end
results = Api.issues.find(search_options)
end
issues = results.issues