Skip to content

Commit

Permalink
aff filtrage on "mes affectations" widget for RT #1190
Browse files Browse the repository at this point in the history
  • Loading branch information
hmeneuvrier committed Apr 15, 2024
1 parent c8384c8 commit ce4bdce
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 ce4bdce

Please sign in to comment.