Bug #2065

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

If a macro changes any Analec element or structure its properties view is not updated.

h3. Solution

use the Vue to update analec elements in macros and refresh the properties view if needed

changes to do :
* when calling "structure.ajouterProp()" to "analecCorpus.ajouterProp()" -> the Vue will be updated because the corpus will fire a StructureEvent add "vue.ajouterProp()"

Retour