From dd8a1647c3dc9dccec2674c08f9ea47b8b95dbb4 Mon Sep 17 00:00:00 2001 From: Paul Holden Date: Wed, 28 Jan 2026 14:38:34 +0000 Subject: [PATCH] MDL-87059 customfield: upgrade note regarding shortname uniqueness. --- .upgradenotes/MDL-87059-2026012814381917.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .upgradenotes/MDL-87059-2026012814381917.yml diff --git a/.upgradenotes/MDL-87059-2026012814381917.yml b/.upgradenotes/MDL-87059-2026012814381917.yml new file mode 100644 index 00000000000..a54a8817d46 --- /dev/null +++ b/.upgradenotes/MDL-87059-2026012814381917.yml @@ -0,0 +1,8 @@ +issueNumber: MDL-87059 +notes: + core_customfield: + - message: >- + Added new `\core_customfield\api::is_shortname_unique(...)` method to + determine whether a shortname is available for use inside a given + handler + type: improved