Skip to content

Commit

Permalink
Merge pull request #2464 from MTES-MCT/bugfix/1190-bo-dashboard-manqu…
Browse files Browse the repository at this point in the history
…e-filtrage-depuis-la-carte-mes-affectations

[BO - Dashboard] Manque filtrage depuis la carte "Mes affectations
  • Loading branch information
emilschn committed Apr 15, 2024
2 parents 69fe0ca + ce4bdce commit 7e3d1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/DashboardWidget/WidgetDataKpiBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public function build(): WidgetDataKpi
$this
->addWidgetCard('cardNouveauxSignalements', $this->countSignalement->getNew())
->addWidgetCard('cardCloturesPartenaires', $this->countSignalement->getClosedByAtLeastOnePartner())
->addWidgetCard('cardMesAffectations')
->addWidgetCard('cardMesAffectations', null, ['partenaires' => $this->user?->getPartner()?->getId()])
->addWidgetCard('cardTousLesSignalements', $this->countSignalement->getTotal())
->addWidgetCard('cardCloturesGlobales', $this->countSignalement->getClosedAllPartnersRecently())
->addWidgetCard('cardNouvellesAffectations', $this->countSignalement->getNew())
Expand Down

0 comments on commit 7e3d1fa

Please sign in to comment.