fix(expert.export): expert should not have access to include_infos_administration
This commit is contained in:
parent
a247ec6c12
commit
84f995bd47
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class PiecesJustificativesService
|
||||||
case @user_profile
|
case @user_profile
|
||||||
when Expert
|
when Expert
|
||||||
{
|
{
|
||||||
include_infos_administration: true,
|
include_infos_administration: false,
|
||||||
include_avis_for_expert: true,
|
include_avis_for_expert: true,
|
||||||
only_for_expert: @user_profile
|
only_for_expert: @user_profile
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue