feat: default statistics filter to a rolling 12-month window
This commit is contained in:
@@ -35,8 +35,8 @@ class FeedbackRatingsByDestinationController extends AbstractController
|
||||
}
|
||||
|
||||
$statistics = $this->feedbackRepository->getAverageRatingsByDestinationAndFeedbackSet(
|
||||
$filterDto->getDateFrom(),
|
||||
$filterDto->getDateTo(),
|
||||
$filterDto->getEffectiveDateFrom(),
|
||||
$filterDto->getEffectiveDateTo(),
|
||||
);
|
||||
|
||||
return $this->render('administrative/statistics/feedback_ratings_by_destination.html.twig', [
|
||||
|
||||
Reference in New Issue
Block a user