Copied to clipboard

Flag this post as spam?

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


  • Sean 10 posts 30 karma points
    Jan 02, 2013 @ 22:53
    Sean
    0

    Displaying user control in different tab breaks functionality

    Hi,

    I downloaded and installed the "Content Maintenance Dashboard" to an umbraco 4.7 install. The tab initially displays on the Developer section, and it works perfectly. When I go into the Dashboard.config file and change the area to "content", the tab will then appear on the content tab. However, it no longer works! I do not know why this would break by moving it to another tab. I didn't want to list this as a bug for the Content Maintenace Dashboard because I have used it before on other installs, and it works fine. Does anyone know what could be causing this?

    This is what is in my Dashboard.config:

      <section alias="Content Maintenance">
        <areas>
          <area>developer</area>
        </areas>
        <tab caption="Content Maintenance">
          <control>/usercontrols/ContentMaintenanceDashboard.ascx</control>
        </tab>
      </section>

    and I change it to 

    <area>content</area>

    but that is when it stops working.

    Thank You for any assistance!

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Jan 02, 2013 @ 23:32
    Tom Fulton
    0

    Hi Sean,

    Just a wild guess, but try disabling the "Change Password" dashboard control on the Content tab.  In earlier versions there was a bug where it would break any other usercontrols that use postback.  

    -Tom

Please Sign in or register to post replies

Write your reply to:

Draft