Copied to clipboard

Flag this post as spam?

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


  • Christopher Vaught 29 posts 54 karma points
    Jan 08, 2014 @ 18:32
    Christopher Vaught
    0

    Document Type Tab Order Not Syncing

    Issue: Document Type Tab settings do not seem to Sync via Usync.

    I did not see this adressed anywhere & apologize if this has been already discussed.

  • Ali Sheikh Taheri 470 posts 1648 karma points c-trib
    Jan 08, 2014 @ 19:01
    Ali Sheikh Taheri
    0

    Hi Christopher ,

    Could you please first check the uSync config to see if the attach event is true!

    if it is then could you please post the xml file of the doc type so we have can have a look at the xml to see what has been stored.

    Thanks

    Ali

  • Christopher Vaught 29 posts 54 karma points
    Jan 08, 2014 @ 19:49
    Christopher Vaught
    0

    The Attach event is set to true.

    The following is what is represented in the <Tabs> area. I omitted the other elements.
    The order they are listed has no correlation to the order in which they are represented in my Tabs section.

    
     </GenericProperties>
      <Tabs>
        <Tab>
          <Id>78</Id>
          <Caption>Alive Chat</Caption>
        </Tab>
        <Tab>
          <Id>79</Id>
          <Caption>Ad Tags | JS</Caption>
        </Tab>
        <Tab>
          <Id>80</Id>
          <Caption>Default Content</Caption>
        </Tab>
        <Tab>
          <Id>82</Id>
          <Caption>Meta | SEO</Caption>
        </Tab>
        <Tab>
          <Id>84</Id>
          <Caption>Design</Caption>
        </Tab>
        <Tab>
          <Id>87</Id>
          <Caption>BAT / Forms</Caption>
        </Tab>
        <Tab>
          <Id>89</Id>
          <Caption>Video</Caption>
        </Tab>
        <Tab>
          <Id>90</Id>
          <Caption>Blammies</Caption>
        </Tab>
        <Tab>
          <Id>92</Id>
          <Caption>Custom CSS</Caption>
        </Tab>
      </Tabs>
    </DocumentType>
    
    
    
  • Kevin Jump 2310 posts 14695 karma points MVP 7x c-trib
    Jan 09, 2014 @ 14:53
    Kevin Jump
    0

    Hi

    Tab sort order isn't something the umbraco core api which usync is using actually does, but usync has it's own Tab SortOrder in the latest beta (v2rc) but not in the current core version (1.5.8)

    The beta uses the newer v6/7 API for DocumentTypes it works almost exactly the same, but you should test it on a dev site first.

    Kevin

  • Christopher Vaught 29 posts 54 karma points
    Jan 09, 2014 @ 16:09
    Christopher Vaught
    0

    Thanks for the response. 

    The tab sort order issue is liveable for sure. I just wanted to document this so that users are aware of it.
    Usync has proved to be very reliable for us and necessary for our development environment. 

     

  • Kevin Jump 2310 posts 14695 karma points MVP 7x c-trib
    Jan 22, 2014 @ 14:19
    Kevin Jump
    0

    This is now in the latest stable release v2.1 (for umbraco6 only at the moment.)

Please Sign in or register to post replies

Write your reply to:

Draft