Skip to content

Commit

Permalink
Corrige les demandes archivées non visibles (#1858)
Browse files Browse the repository at this point in the history
  • Loading branch information
niladic authored Nov 6, 2023
1 parent 97737f7 commit 581dba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/myApplications.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object myApplications {
)(frag())(
div(
cls := "mdl-cell mdl-cell--12-col mdl-grid--no-spacing",
if (filters.allGroupsOpenCount <= 0)
if (filters.allGroupsOpenCount <= 0 && filters.allGroupsClosedCount <= 0)
noApplications(currentUser, currentUserRights)
else
openApplications(currentUser, currentUserRights, applications, groups, filters),
Expand Down

0 comments on commit 581dba8

Please sign in to comment.