Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/web/WEB-INF/report/dashboard-billing-cost-report.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<!-- End .filterTitle -->

<!-- .filterContainer -->
<s:form method="get" action="dashboardGetBillingCostReport" namespace="/"
<s:form method="post" action="dashboardGetBillingCostReport" namespace="/"
id="dashboardBillingCostReportForm">
<div class="filterContainer" >

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<!-- End .filterTitle -->

<!-- .filterContainer -->
<s:form method="get" action="clientUserStatsReport" namespace="/"
<s:form method="post" action="clientUserStatsReport" namespace="/"
id="clientUserStatsReportForm">
<s:hidden name="excel" id="formDataExcel" value="false"/>
<div class="filterContainer">
Expand Down
2 changes: 1 addition & 1 deletion src/web/WEB-INF/report/dashboard-cost-report.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@

<%-- cost report form --%>
<div class="pipelineSearch" id="costReportsPage">
<s:form method="get" action="dashboardGetCostReport" namespace="/"
<s:form method="post" action="dashboardGetCostReport" namespace="/"
id="dashboardCostReportForm">
<s:hidden name="formData.excel" id="formDataExcel" value="false"/>
<s:hidden name="formData.showBreakdown" id="formDataShowBreakdown" value="false"/>
Expand Down
2 changes: 1 addition & 1 deletion src/web/WEB-INF/report/dashboard-participation-report.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<!-- End .filterTitle -->

<!-- .filterContainer -->
<s:form method="get" action="dashboardGetParticipationReport" namespace="/"
<s:form method="post" action="dashboardGetParticipationReport" namespace="/"
id="dashboardParticipationReportForm">
<s:hidden name="formData.excel" id="formDataExcel" value="false"/>
<s:hidden name="formData.viewType" id="formDataViewType" value="project"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<!-- End .filterTitle -->

<!-- .filterContainer -->
<s:form method="get" action="dashboardGetProjectMetricsReport" namespace="/"
<s:form method="post" action="dashboardGetProjectMetricsReport" namespace="/"
id="dashboardProjectMetricsReportForm">
<s:hidden name="formData.excel" id="formDataExcel" value="false"/>
<div class="filterContainer">
Expand Down