Skip to content

Commit

Permalink
fix import pf doc
Browse files Browse the repository at this point in the history
  • Loading branch information
joelclems committed Jan 10, 2024
1 parent bba8b7e commit ecb4a41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion backend/gn_modulator/schema/doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def doc_import(self, exclude=[], relation_key=None):
txt += f"\n\n# Import des {self.labels()}\n\n"
txt += "\n\n### Champs\n\n"
else:
txt += f"\n\n### {self.labels().capitalize()}`\n\n"
txt += f"\n\n### {self.labels().capitalize()}\n\n"

# txt += "\n\n#### Champs d'unicité\n\n"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,20 +188,12 @@
- **PRO** *Propriétaire*
- **INT** *Intervenant*
- **ETA** *État*
<<<<<<< HEAD
=======
- **DEP** *Département*

>>>>>>> Doc import - Remove id_role
##### actors.id_organism
- *champ d'unicité*, *obligatoire*
- *type* : `clé simple`
- *référence* : `organismes`
- *champ(s)* : `nom_organisme`
<<<<<<< HEAD

=======
>>>>>>> Doc import - Remove id_role

### Usages

Expand Down

0 comments on commit ecb4a41

Please sign in to comment.