Relation notifications #13377
bjarnef
started this conversation in
Features and ideas
Replies: 1 comment 3 replies
-
Hey @bjarnef. I agree, but to my knowledge these notifications already exists.. https://github.com/umbraco/Umbraco-CMS/blob/v11/contrib/src/Umbraco.Core/Services/RelationService.cs So the question is, if it is "just" missing documentation :) ? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently there a lot of different notifications to hook into.
https://our.umbraco.com/documentation/Reference/Notifications/
However there isn't any relation specific notifications, which I think would be useful when relations are created or deleted, e.g.
For example this could be use to "sync" a two pickers between Page A and B, where picker on Page A select page of type B, and picker on Page B select page of type A. In that way the property value could be updated when the relation change.
Beta Was this translation helpful? Give feedback.
All reactions