Lorsque je rentre en édition d'une formation j'ai
"Une erreur est survenue dans le traitement de la réponse serveur
TypeError: widget is null"
Et le widget de géolocalisation a disparu voir PJ.
Je n'ai pas changé mon modèle de données, je suis juste à jour sur la snapshot.
Voici la définition du champ (il est dans un repeater):
<cms:repeater name="geolocation" initial-size="0"> <label i18n="true">plugin.default-ctypes:CONTENT_NEWS_GEOLOCATION</label> <description i18n="true">plugin.default-ctypes:CONTENT_NEWS_GEOLOCATION_DESC</description> <cms:add-label i18n="true">plugin.default-ctypes:CONTENT_NEWS_GEOLOCATION_ADD</cms:add-label> <cms:del-label i18n="true">plugin.default-ctypes:CONTENT_NEWS_GEOLOCATION_DEL</cms:del-label> <cms:metadata name="campus" type="geocode"> <label i18n="true">plugin.default-ctypes:CONTENT_NEWS_CAMPUS</label> <description i18n="true">plugin.default-ctypes:CONTENT_NEWS_CAMPUS_DESC</description> </cms:metadata> </cms:repeater>