Hello Nicolas,
I sometimes get $.toJSON is not a function when trying to create or edit new instance of your plugin in moodle 3.4. I don't have much time to investigate. I checked jquery.json and it is useless these days I think. It uses JSON.stringify anyway. So I removed it and replaced the call.
Hello Nicolas, I sometimes get
$.toJSON is not a function
when trying to create or edit new instance of your plugin in moodle 3.4. I don't have much time to investigate. I checkedjquery.json
and it is useless these days I think. It usesJSON.stringify
anyway. So I removed it and replaced the call.