diff --git a/src/components/ProjectView.vue b/src/components/ProjectView.vue index d3fe97c..89f3440 100644 --- a/src/components/ProjectView.vue +++ b/src/components/ProjectView.vue @@ -401,6 +401,18 @@ export default defineComponent({ }, draftDialogCurrentStep(newValue, oldValue){ this.extendedExplanations = this.fetchExtendedExplanations(); + }, + existsScript(newValue, oldValue){ + this.extendedExplanations = this.fetchExtendedExplanations(); + }, + existsAuthenticationScript(newValue, oldValue){ + this.extendedExplanations = this.fetchExtendedExplanations(); + }, + existsApplicationForm(newValue, oldValue){ + this.extendedExplanations = this.fetchExtendedExplanations(); + }, + existsVotum(newValue, oldValue){ + this.extendedExplanations = this.fetchExtendedExplanations(); } }, mounted() {