recognition

This commit is contained in:
Tadgh 2024-10-07 09:23:49 -07:00
parent 713b37f3c1
commit d631bdc57b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
---
type: fix
issue: 6297
title: "When an MDM link is updated to be `NO_MATCH`, it is possible that other links will be updated as well. Previously, the `MDM_POST_UPDATE_LINK` pointcut only received the `NO_MATCH` event. This has been corrected, and that pointcut will now receive all links that were changed as a result of the `NO_MATCH`."
title: "When an MDM link is updated to be `NO_MATCH`, it is possible that other links will be updated as well. Previously, the `MDM_POST_UPDATE_LINK` pointcut only received the `NO_MATCH` event. This has been corrected, and that pointcut will now receive all links that were changed as a result of the `NO_MATCH`. Thanks to Jake Gillberg for the contribution!"