Copied to clipboard

Flag this post as spam?

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


  • Zivko 1 post 82 karma points
    Jul 26, 2019 @ 21:04
    Zivko
    1

    Umbraco 7.15 usync macro key issue umbraco

    Hi all, Anyone have issue with import macro with uSync in umbraco 7.15 ?

    Previously (in 7.14) macro key was part of the XML root node now it come as separete attribure and IMacro handler not importing macro.

    Example from uSync/data folder for Macro - this is what uSync generate when creating macro..

    <?xml version="1.0" encoding="utf-8"?>
    <macro>
      <name>Home Posters</name>
      <alias>HomePostersMacro</alias>
      <scriptType></scriptType>
      <scriptAssembly></scriptAssembly>
    <scriptingFile>~/Views/MacroPartials/HomePostersMacro.cshtml</scriptingFile>
      <xslt></xslt>
      <useInEditor>True</useInEditor>
      <dontRender>False</dontRender>
      <refreshRate>0</refreshRate>
      <cacheByMember>False</cacheByMember>
      <cacheByPage>False</cacheByPage>
      <Key>35d4321a-a776-4cf3-81a4-6851d978d891</Key>
    </macro>
    

    When try to import in different environment , no error, but macro is not show in Umbraco settings area.

    In Backoffice - correct action is show - create enter image description here

    Running the import -it just show below , but macro is not import at all enter image description here

    So noting below, even after reload enter image description here

    Log enter image description here

    When Manual edit uSync XML file and move Key at root node macro is import correctly - insert into database, and I can see it in back office ..

    What I am missing :) ?

    Only workarounds is to edit macro xml in uSync…

    Example

    <?xml version="1.0" encoding="utf-8"?>
    <macro Key="35d4321a-a776-4cf3-81a4-6851d978d891">
      <name>Home Posters</name>
      <alias>HomePostersMacro</alias>
      <scriptType></scriptType>
      <scriptAssembly></scriptAssembly>
    <scriptingFile>~/Views/MacroPartials/HomePostersMacro.cshtml</scriptingFile>
      <xslt></xslt>
      <useInEditor>True</useInEditor>
      <dontRender>False</dontRender>
      <refreshRate>0</refreshRate>
      <cacheByMember>False</cacheByMember>
      <cacheByPage>False</cacheByPage>
    
    </macro>
    

    Versions that I am using is as follow :

    Umbraco 7.15 uSync 4.0.13 uSync.ContentEdition 4.1.7

    Any help will be appreciated. Many thanks Zivko

  • Andreas Emtinger 23 posts 185 karma points
    Feb 21, 2020 @ 16:43
    Andreas Emtinger
    1

    I had the same problem. Thanks for the fix.

    Umbraco 7.15.3, uSync 4.0.14

  • Kevin Jump 2310 posts 14695 karma points MVP 7x c-trib
    Feb 21, 2020 @ 17:11
    Kevin Jump
    101

    Hi ,

    This also should be fixed in uSync 4.0.15

Please Sign in or register to post replies

Write your reply to:

Draft