task_24859 #14
|
@ -73,7 +73,7 @@ public class Default3PhaseManager extends SimpleLifeCycleManager implements Life
|
||||||
parameters = getPublicIndexParams(theReport.getTheRequest());
|
parameters = getPublicIndexParams(theReport.getTheRequest());
|
||||||
if(parameters!= null)
|
if(parameters!= null)
|
||||||
for(IndexerPluginInterface indexer : getIndexers(theReport.getTheRequest()))
|
for(IndexerPluginInterface indexer : getIndexers(theReport.getTheRequest()))
|
||||||
theReport = index(theReport,indexer,getPublicIndexParams(theReport.getTheRequest()));
|
theReport = deIndex(theReport,indexer,getPublicIndexParams(theReport.getTheRequest()));
|
||||||
return theReport;
|
return theReport;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue