Commit f6a8ef13 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

[FIX] Doctorant : correction du mapping de la relation 'substitues'.

parent 617ecc1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
        <one-to-many field="theses" target-entity="These\Entity\Db\These" mapped-by="doctorant"/>

        <many-to-many field="substitues" target-entity="Doctorant\Entity\Db\Doctorant">
            <join-table name="doctorant_substit">
            <join-table name="substit_doctorant">
                <join-columns>
                    <join-column name="to_id" referenced-column-name="id" />
                </join-columns>