Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 8968000

Browse files
authored
Merge pull request #340 from appirio-tech/dev
change cost history report to post
2 parents af375a5 + 06ded13 commit 8968000

5 files changed

+5
-5
lines changed

src/web/WEB-INF/report/dashboard-billing-cost-report.jsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<!-- End .filterTitle -->
114114

115115
<!-- .filterContainer -->
116-
<s:form method="get" action="dashboardGetBillingCostReport" namespace="/"
116+
<s:form method="post" action="dashboardGetBillingCostReport" namespace="/"
117117
id="dashboardBillingCostReportForm">
118118
<div class="filterContainer" >
119119

src/web/WEB-INF/report/dashboard-client-user-stats-report.jsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<!-- End .filterTitle -->
7171

7272
<!-- .filterContainer -->
73-
<s:form method="get" action="clientUserStatsReport" namespace="/"
73+
<s:form method="post" action="clientUserStatsReport" namespace="/"
7474
id="clientUserStatsReportForm">
7575
<s:hidden name="excel" id="formDataExcel" value="false"/>
7676
<div class="filterContainer">

src/web/WEB-INF/report/dashboard-cost-report.jsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494

9595
<%-- cost report form --%>
9696
<div class="pipelineSearch" id="costReportsPage">
97-
<s:form method="get" action="dashboardGetCostReport" namespace="/"
97+
<s:form method="post" action="dashboardGetCostReport" namespace="/"
9898
id="dashboardCostReportForm">
9999
<s:hidden name="formData.excel" id="formDataExcel" value="false"/>
100100
<s:hidden name="formData.showBreakdown" id="formDataShowBreakdown" value="false"/>

src/web/WEB-INF/report/dashboard-participation-report.jsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<!-- End .filterTitle -->
7979

8080
<!-- .filterContainer -->
81-
<s:form method="get" action="dashboardGetParticipationReport" namespace="/"
81+
<s:form method="post" action="dashboardGetParticipationReport" namespace="/"
8282
id="dashboardParticipationReportForm">
8383
<s:hidden name="formData.excel" id="formDataExcel" value="false"/>
8484
<s:hidden name="formData.viewType" id="formDataViewType" value="project"/>

src/web/WEB-INF/report/dashboard-project-metrics-report.jsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<!-- End .filterTitle -->
7070

7171
<!-- .filterContainer -->
72-
<s:form method="get" action="dashboardGetProjectMetricsReport" namespace="/"
72+
<s:form method="post" action="dashboardGetProjectMetricsReport" namespace="/"
7373
id="dashboardProjectMetricsReportForm">
7474
<s:hidden name="formData.excel" id="formDataExcel" value="false"/>
7575
<div class="filterContainer">

0 commit comments

Comments
 (0)