task_24859 #14

Merged
francesco.mangiacrapa merged 7 commits from task_24859 into master 2023-04-05 10:35:03 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 261d8f31c8 - Show all commits

View File

@ -73,7 +73,7 @@ public class Default3PhaseManager extends SimpleLifeCycleManager implements Life
parameters = getPublicIndexParams(theReport.getTheRequest());
if(parameters!= null)
for(IndexerPluginInterface indexer : getIndexers(theReport.getTheRequest()))
theReport = index(theReport,indexer,getPublicIndexParams(theReport.getTheRequest()));
theReport = deIndex(theReport,indexer,getPublicIndexParams(theReport.getTheRequest()));
return theReport;
}