EXT-Updates do nothing
-
Hi,
I install this and after npm install and in my config file I add :
{ module: "EXT-Updates", configDeepMerge: true },
I still have message no auto updates or auto restart.
Then I try:
npm run clean npm run reset git pull npm install no change
Kind regards
Philippe -
Bonsoir,
Quel est la configuration du module
updatenotification
?
Elle doit etre comme ceci
Comme dit le wiki:{ module: "updatenotification", position: "top_bar", config: { sendUpdatesNotifications: true } },
Grace a cette configuration, le module
updatenotification
envoie les données necessaires aEXT-Updates
(qui appliquera les mises a jour touvés) -
effectivement je n’avais pas
config: {
sendUpdatesNotifications: true
}