forked from ScoDoc/ScoDoc
Close #464
This commit is contained in:
parent
a5a168666f
commit
a27fb9f3ef
@ -204,6 +204,7 @@ class Identite(db.Model):
|
|||||||
adresse = self.adresses.first()
|
adresse = self.adresses.first()
|
||||||
if adresse:
|
if adresse:
|
||||||
d.update(adresse.to_dict(convert_nulls_to_str=True))
|
d.update(adresse.to_dict(convert_nulls_to_str=True))
|
||||||
|
d["id"] = self.id # a été écrasé par l'id de adresse
|
||||||
return d
|
return d
|
||||||
|
|
||||||
def inscriptions(self) -> list["FormSemestreInscription"]:
|
def inscriptions(self) -> list["FormSemestreInscription"]:
|
||||||
|
Loading…
Reference in New Issue
Block a user