Copied to clipboard

Flag this post as spam?

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


  • Patrick Bregman 10 posts 67 karma points
    Feb 06, 2015 @ 14:58
    Patrick Bregman
    0

    How does this work with Umbraco 7.2.1?

    I installed this package in my (then) Umbraco 7.1.4 instance, but couldn't get it to work there. Because of some other issues I upgraded to 7.2.1, which resolved my other issues but didn't fix this. I also tried reinstalling to make sure that nothing went wrong there, but no luck.

    My configuration is basically mapping every type of Document to itself, so I can build the required (for me) language links. I've read and re-read the documentation, but no luck. Anybody who can help me?

    My current configuration is:

    <RelationEditor>
      <ObjectType Name="Document" Alias="HomePage">
        <EnableRelation Alias="relateDocumentOnCopy">
          <EnableChildType Alias="HomePage" />
        </EnableRelation>
      </ObjectType>
    </RelationEditor>
  • Lars-Erik Aabech 349 posts 1100 karma points MVP 7x c-trib
    Feb 06, 2015 @ 15:01
    Lars-Erik Aabech
    0

    The config is case sensitive. Is the alias homePage or HomePage?

  • Patrick Bregman 10 posts 67 karma points
    Feb 06, 2015 @ 15:04
    Patrick Bregman
    0

    The alias is HomePage, with capital H and capital P. It used to be much longer, but as a test case I tried this. No luck :(

  • Lars-Erik Aabech 349 posts 1100 karma points MVP 7x c-trib
    Feb 06, 2015 @ 15:08
    Lars-Erik Aabech
    100

    Right, I see the mistake. It's EnabledRelation and EnabledChildType.

  • Patrick Bregman 10 posts 67 karma points
    Feb 06, 2015 @ 15:19
    Patrick Bregman
    0

    Can I say derp? That's kinda stupid...

    Anywho, it works now. Thanks a lot!

  • Lars-Erik Aabech 349 posts 1100 karma points MVP 7x c-trib
    Feb 06, 2015 @ 15:21
    Lars-Erik Aabech
    0

    I guess I should refrain from telling you that building the master branch from the github repo will give you a config UI on the doctypes under settings? ;)

    New release coming suddenly during the spring.

  • Patrick Bregman 10 posts 67 karma points
    Feb 09, 2015 @ 08:13
    Patrick Bregman
    0

    I saw that on GitHub, but I have no idea how to package that into something that Umbraco will understand. So for now I'll just stick to the package that I can download and that "just works".

  • Daniel Bardi 927 posts 2562 karma points
    Feb 26, 2015 @ 01:21
    Daniel Bardi
    0

    I get an error in 7.2.1 when trying to edit relations from the Actions menu because parent node has "Enable List Items" checked

    https://www.dropbox.com/s/dfzwtfqgn01wejn/Screenshot%202015-02-25%2017.13.08.png?dl=0

Please Sign in or register to post replies

Write your reply to:

Draft