Copied to clipboard

Flag this post as spam?

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


  • Marco Lusini 176 posts 1370 karma points
    May 08, 2017 @ 14:39
    Marco Lusini
    1

    Relation Editor works in 7.6, but needs a recompilation

    As per title, I downloaded the source from GitHub, updated the Umbraco.CMS Package in NuGet to 7.6.0 and rebuilt the Package with

    msbuild MakeUmbracoPackage.proj
    

    The only tweak was to change line 18 in MakeUmbracoPackage.proj to include relationeditor.sample.config instead of RelationEditor.config:

        <Config Include="$(SourceDir)Config\relationeditor.sample.config"/>
    
  • Rhys Mitchell 28 posts 195 karma points
    May 10, 2017 @ 07:32
    Rhys Mitchell
    0

    Hi Marco,

    I have a project that uses RelationEditor that I've recently updated to 7.6, and I can't get this working. I have written a RelationService workaround for now, but would be interested to know how you implemented the relationeditor.sample.config.

    All the best,

    Rhys

  • Marco Lusini 176 posts 1370 karma points
    May 10, 2017 @ 07:59
    Marco Lusini
    2

    What do you mean with "implemented the relationeditor.sample.config"?

    I simply used the one on Github....

    If you want I can send you my recompiled package to test. (I don't know if I can post it here)

  • Marshmeryl 8 posts 109 karma points
    Jun 15, 2017 @ 12:57
    Marshmeryl
    0

    Hi,

    I'm having the exact same problem, but am having trouble recompiling the package. Do you mind sharing yours? That would be great :)

  • Rhys Mitchell 28 posts 195 karma points
    May 10, 2017 @ 08:18
    Rhys Mitchell
    0

    I have tried adding relationeditor.sample.config to the config\ folder, and I'm referencing that in my .csproj - but no luck as of yet. I think I may be experiencing a separate issue.

    System.MissingMethodException: 'Method not found: 'Umbraco.Core.Persistence.UnitOfWork.IDatabaseUnitOfWork Umbraco.Core.Persistence.UnitOfWork.PetaPocoUnitOfWorkProvider.GetUnitOfWork()'.'
    

    Maybe a collision with PetaPoco?

  • Marco Lusini 176 posts 1370 karma points
    May 10, 2017 @ 08:31
    Marco Lusini
    101

    I have no clue...

    I just downloaded the zip archive of the solution from GitHub, used Visual Studio NuGet package manager to update Umbraco.CMS to 7.6.0, changed line 18 in MakeUmbracoPackage.proj as per my previous post and rebuilt the package...

    You may need to install MSBuild Extension Pack, though.

  • Lars-Erik Aabech 349 posts 1100 karma points MVP 7x c-trib
    May 10, 2017 @ 12:57
    Lars-Erik Aabech
    1

    Thanks for the feedback. I'll try to fix a new release within the foreseeable future.

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Jul 11, 2017 @ 13:15
    Jeroen Breuer
    0

    I've just upgraded a website from 7.5.13 to 7.6.4 which uses the Relation Editor. I see there has been some activity and the master branch has been upgraded to build against 7.6.3. Can I just download the master branch now and use that version until a new version is out on NuGet?

    Jeroen

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Jul 11, 2017 @ 14:35
    Jeroen Breuer
    0

    When I try to press the button to add a relation nothing happens:

    enter image description here

    Full image

    Is this the same error everyone has here?

    Jeroen

  • Lars-Erik Aabech 349 posts 1100 karma points MVP 7x c-trib
    Jul 11, 2017 @ 15:10
    Lars-Erik Aabech
    0

    That's how far I've got with compatibility fixes. A new argument has to be passed to the server, and I haven't traced further yet. Summer vacation and all. 😉

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Jul 11, 2017 @ 18:02
    Jeroen Breuer
    0

    Thanks for the update. Enjoy your summer vacation!

  • Lars-Erik Aabech 349 posts 1100 karma points MVP 7x c-trib
    Jul 26, 2017 @ 13:35
    Lars-Erik Aabech
    1

    Thanks to two contributors, version 1.2.3 is now out with support for both 7.4 and 7.6. :)

    https://www.nuget.org/packages/Umbraco.RelationEditor/1.2.3

Please Sign in or register to post replies

Write your reply to:

Draft