-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mise à jour des dépendances Node.js #6388
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QA NOK ✖️
Dans le nouvel éditeur, un des boutons custom fonctionne mais n'a pas d'icône. Dans mon cas, il s'agit du bouton Grammalecte. Il y a des chances que ça soit pareil pour le bouton Antidote aussi, mais je n'ai pas l'outil.
J'ai essayé de voir d'où ça venait, mais sans succès. Recompiler le front et vider le cache n'ont rien changé. Sur la version dev actuelle, le bouton apparaît bien.
C'est corrigé ! La structure d'un bouton dans l'éditeur doit être |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QA OK ✔️
Le bouton est bien revenu. ^^
Mise à jour des dépendances Node.js, sauf
gulp-imagemin
etdel
car ce sont maintenant des ESM (EcmaScript Module) donc il faudrait convertir Gulpfile.js en ESM lui aussi pour que ça fonctionne.QA :
source zdsenv/bin/activate && make update && make zmd-start && make run-back