MDL-87059 customfield: upgrade note regarding shortname uniqueness.

This commit is contained in:
Paul Holden
2026-01-28 14:39:48 +00:00
parent b56a9953cf
commit dd8a1647c3
@@ -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