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?
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.
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:
and I change it to
but that is when it stops working.
Thank You for any assistance!
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
is working on a reply...