Commit 0daac683 authored by Thomas Hamel's avatar Thomas Hamel
Browse files

[FIX] Annuaire des thèses inaccessible à certains profils

parent 0b80ab6b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
Journal des modifications
=========================
10.7.0
------
- [FIX] Annuaire des thèses inaccessible à certains profils

10.6.0
------
+4 −1
Original line number Diff line number Diff line
@@ -81,7 +81,10 @@ return [
                        'notres',
                        'notresFilters',
                    ],
                    'privileges' => ThesePrivileges::THESE_CONSULTATION_SES_THESES,
                    'privileges' => [
                        ThesePrivileges::THESE_CONSULTATION_SES_THESES,
                        ThesePrivileges::THESE_ACCEDER_ANNUAIRE
                    ]
                ],
                [
                    'controller' => TheseController::class,