}
reportStatisticsFormValidator=function(){
+ $.log("reportStatisticsFormValidator");
var validate = $("#main-content #report-statistics-form-id").validate({
rules: {
rowCountStatistics: {
mainContent.find("#rowCount-info-button" ).popover();
this.showStatistics=function() {
+ $.log("showStatistics");
+ clearUserMessages( "repositoriesErrorMessage" );
if (!mainContent.find("#report-statistics-form-id").valid()) {
return;
}
displayErrorMessage( $.i18n.prop('report.statistics.repositories.required'), "repositoriesErrorMessage" );
return;
}
- clearUserMessages( "repositoriesErrorMessage" );
+
var resultTabContent = mainContent.find("#report-result");
url = "restServices/archivaServices/reportServices/getStatisticsReport/?rowCount="