From cabdadf32807eb58e6dd19a035f91bafdf7b5cb5 Mon Sep 17 00:00:00 2001 From: Sara Arjona Date: Thu, 24 Jan 2019 09:49:00 +0100 Subject: [PATCH] MDL-64324 core_form: reference in upgrade.txt to randomly id on forms --- lib/upgrade.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/upgrade.txt b/lib/upgrade.txt index 1c2f473b55a..85225fdfb9d 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -4,6 +4,8 @@ information provided here is intended especially for developers. === 3.7 === * The method core_user::is_real_user() now returns false for userid = 0 parameter +* 'mform1' dependencies (in themes, js...) will stop working because a randomly generated string has been added to the id +attribute on forms to avoid collisions in forms loaded in AJAX requests. === 3.6 ===