Bug #2819

Mis à jour par Matthieu Decorde il y a plus de 5 ans

When a corpus is removed the associated knowledge repository is not removed. If the corpus is re-imported, then the old KR is used.

h3. Solution

Catch the corpus delete event and remove the corpus KR from the KRs database.

Retour