Copied to clipboard

Flag this post as spam?

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


  • Steve Wilkinson 132 posts 211 karma points
    Sep 22, 2015 @ 08:40
    Steve Wilkinson
    0

    Changes to Dashboard.config aren't showing

    I've amended Dashboard.config adding

    <section alias="Umbraco.Forms.Migration">
    

    so that I can use the Umbraco Forms migration - installed from a local package https://our.umbraco.org/projects/developer-tools/umbraco-forms-migration/ in which the install didn't amend the Dashboard.config so I had to put it in manually.

    This change doesn't show in the developer section so I can't use the tool infact if I change the showOnce to true in the code below the videos don't show either

    <section alias="StartupDeveloperDashboardSection">
    <areas>
      <area>developer</area>
    </areas>
    <tab caption="Get Started">
      <control showOnce="false" addPanel="true" panelCaption="">
        views/dashboard/developer/developerdashboardvideos.html
      </control>
    </tab>
    <tab caption="Examine Management">
      <control>
        views/dashboard/developer/examinemanagement.html
      </control>
    </tab>
    

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies