Copied to clipboard

Flag this post as spam?

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


  • Martin 278 posts 662 karma points
    Aug 15, 2018 @ 15:37
    Martin
    0

    Dropdown.Flexible on DTGE not working with Cloud/Deploy

    Hi,

    Ive found that the ne dropdown data type doesn't work within DTGE and Umbraco Cloud / Deploy

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Aug 15, 2018 @ 16:27
    Lee Kelleher
    0

    Hi Martin,

    Info about this issue - and interim workaround - is available here:

    http://issues.umbraco.org/issue/UAAS-739

    I've no idea when Umbraco Deploy v1.0.22 is due to be released, (at the time of writing latest version is v1.0.21)

    Cheers,
    - Lee

  • Martin 278 posts 662 karma points
    Aug 16, 2018 @ 08:23
    Martin
    0

    Hi Lee, thanks for repying.

    I've added the workaround, and it does work for the dropdown on a doctype - thanks.

    However, within the grid the data is not getting pulled over through deploy.

    Martin

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Aug 16, 2018 @ 10:32
    Lee Kelleher
    0

    Hi Martin,

    You originally said that the Dropdown.Flexible on DTGE didn't deploy, but now you're saying that no grid data is being deployed. I'm not sure that I follow?

    Your best bet would be to contact Umbraco Cloud support to investigate this further, there could be a number of reasons this isn't working for you.

    Regards,
    - Lee

  • Martin 278 posts 662 karma points
    Aug 16, 2018 @ 11:52
    Martin
    0

    Sorry Lee,

    I created a Doc Type Grid Editor and added a the new Dropdown data type (dropdown.flexible).

    The values weren't being transferred between environments on Umbraco Cloud.

    Umbraco Cloud support suggested that I try adding the dropdown to a document type. Same issue with no values being transferred.

    However, your suggestion above, on adding the workaround on the UmbracoDeply.Setting did work, but only when the dropdown is on the document type.

    Thanks for you help anyway.

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Aug 16, 2018 @ 12:05
    Lee Kelleher
    0

    Hmmm, I'm not sure really - I'd be guessing what the issue could be then.

    Make sure that you have the "Umbraco.Deploy.Contrib.Connectors.dll" file in your "/bin" folder, as that's the code that hooks up DTGE with Deploy. (Which should be part of every Umbraco Cloud project anyway).

    Is it only DTGE data that isn't transferring or all Grid data? (like I say, there could be other reasons why it's not working).

    Cheers,
    - Lee

  • Martin 278 posts 662 karma points
    Aug 16, 2018 @ 13:06
    Martin
    0

    Ive got the "Umbraco.Deploy.Contrib.Connectors.dll" in the bin folder.

    Yeah, it's only the dropdown value that's not transferring. I've tried it with a DTGE with just the one dropdown, and also a DGTE with the dropdown and a text field. The text field gets transferred ok.

    Thanks anyway for replying.

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Aug 16, 2018 @ 13:12
    Lee Kelleher
    0

    Hmmm... the only thing I can think of, which might sound obvious. Is the workaround (from UAAS-739) been applied to the target environment(s) too?

  • Martin 278 posts 662 karma points
    Aug 16, 2018 @ 13:39
    Martin
    0

    Thanks Lee,

    I've had a look and the setting is added on the dev instance.

    Is the new flexible drowdown compatible with DTGE, is it just my install?

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Aug 16, 2018 @ 13:51
    Lee Kelleher
    0

    I'd assume so, but I haven't tried it on DTGE myself. (I've only used it on a doctype/page itself)

    Ignoring the Deploy issue, is it working okay on your local instance? e.g. is it saving and displaying the dropdown's value?

  • Martin 278 posts 662 karma points
    Aug 16, 2018 @ 14:00
    Martin
    0

    Yeah, it works great on my local instance.

    I've used the old dropdown and DTGE together on other Umbraco Cloud projects, and it works with no issues. Im concerned for the live cloud projects that have the same setup, suddenly break.

  • Tor Langlo 189 posts 532 karma points
    Aug 23, 2018 @ 20:30
    Tor Langlo
    0

    I'm also unable to get Dropdown.Flexible values to transfer on a DTGE within the grid editor layout. I have applied the work around on the local and dev environments, but it didn't help. Also see here: http://issues.umbraco.org/issue/UAAS-756#comment=67-47161.

    This is kind of a major issue, as Martin mentions. Every time we deploy, whether to Dev or to Live, we have to remember to go to the target content page and fix up the dropdowns.

    -Tor

  • Jonathan A Hayes 2 posts 72 karma points
    Dec 28, 2018 @ 01:06
    Jonathan A Hayes
    0

    How do you apply this workaround? can anyone assist please! thanks

    < settings xmlns="urn:umbracodeploy-settings" > < what nodes and values go here? / > < /settings >

  • Tor Langlo 189 posts 532 karma points
    Dec 28, 2018 @ 17:37
    Tor Langlo
    0

    First, maybe this issue has been fixed now? The Umbraco.Deploy.Contrib.Connectors.dll file I have has version 1.0.37.15891.

    Second, here's what I put into the UmbracoDeploy.settings.config file back in August. Disclaimer, I can't guarantee that this is correct (I didn't find any docs on this either):

    <?xml version="1.0" encoding="utf-8"?>
    <!-- Original contents in this file as of 8/15/18:
    
    <settings />
    
    New contents below, added by Tor based on http://issues.umbraco.org/issue/UAAS-739:
    -->
    <settings xmlns="urn:umbracodeploy-settings">
      <valueConnectors>
        <valueConnector alias="Umbraco.DropDown.Flexible" type="Umbraco.Deploy.ValueConnectors.PrevalueValueConnector" />
      </valueConnectors>
    </settings>
    

    -Tor

  • Jonathan A Hayes 2 posts 72 karma points
    Jan 09, 2019 @ 20:40
    Jonathan A Hayes
    0

    Thanks Tor - this fixed the dropdown issue for us, but in the process for deployment, we discovered another issue with cloud deployments. Ultimately support at umbraco cloud was able to fix that other issue with custom version of the plugin.

Please Sign in or register to post replies

Write your reply to:

Draft