remove change on api V1 and update graphql for sensitive data

This commit is contained in:
Lisa Durand 2022-11-08 18:00:28 +01:00 committed by Paul Chavard
parent f34c890278
commit 3953470c78
4 changed files with 7 additions and 14 deletions

View file

@ -41,6 +41,6 @@ class Champs::TitreIdentiteChamp < Champ
end
def for_api
piece_justificative_file.attached? ? "présent" : "absent"
nil
end
end