Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Kris Scott 7 posts 47 karma points
    Jun 17, 2015 @ 16:10
    Kris Scott
    0

    Showing other side of multi-node tree picker relationship

    I have a multi-node tree picker property on Members that show which of a specific type of content each member is related to. Is there an existing data type I can use on the related content to show the members?

    So I have this: Members -> Content, Content, Content

    How do I show this: Content -> Member, Member, Member

    Ideally only using the one multi-node tree picker to establish and manage the relationship

  • Sören Deger 733 posts 2844 karma points c-trib
    Jun 17, 2015 @ 18:41
    Sören Deger
    0

    Hi Kris,

    I think a better and performant solution is to develop a custom property editor with angularJS and use the RelationService (https://our.umbraco.org/documentation/Reference/Management-v6/Services/RelationService). Or you can have a look to this package: https://our.umbraco.org/projects/backoffice-extensions/relations-picker/ But this package is only a beta version this time.

    Hope this helps?

    Best, Sören

  • Hendy Racher 863 posts 3849 karma points MVP 2x admin c-trib
    Jun 17, 2015 @ 20:50
    Hendy Racher
    100

    Hi, you could also look at nuPickers, these can be wired-up directly with relations - it doesn't have tree picker at the moment, but Tom Fulton has written a TreePicker editor and an IDotNetTreePicker data source which should be out soon. (This is what he demoed in the package competition at CodeGarden)

  • Sören Deger 733 posts 2844 karma points c-trib
    Jun 17, 2015 @ 21:03
    Sören Deger
    0

    Hi Hendy,

    yes, that should also works for him :-) Great idea!

    Best, Sören

Please Sign in or register to post replies

Write your reply to:

Draft