Copied to clipboard

Flag this post as spam?

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


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • fabrice 104 posts 227 karma points
    Jul 29, 2010 @ 10:34
    fabrice
    0

    uCommerce Dashboard

    Hello,

    I'm trying to add auser control in the uCommerce DashBoard.

    It works fine when I add it to the Content Dashboard but when I change the area to "uCommerce" it doesn't display.

    Dashboard.config :

    <?xml version="1.0" encoding="utf-8" ?>
    <dashBoard>
        <section>
        <areas>       
            <area>uCommerce</area> <!-- it works with "content" instead of "uCommerce" -->
        </areas>
        <tab caption="Import">
            <control>/usercontrols/myuserControl.ascx</control>
        </tab>   
    </section>
    </dashBoard>

    Could you please help me with this problem ?

    Thank you very much.

    Fabrice

     

  • Søren Spelling Lund 1797 posts 2786 karma points
    Aug 09, 2010 @ 20:49
    Søren Spelling Lund
    0

    I reproed this in my own environment using Creative Website Starter and there's a little gotcha in the way Umbraco determines which dashboard to load. It does a ToLower() operation on your area name; which comes from the query string incidentally.

    What you want in your <area/> is <area>ucommerce</area>. Please note all lower case.

    It should work fine with that in place.

  • Søren Spelling Lund 1797 posts 2786 karma points
    Aug 13, 2010 @ 11:31
    Søren Spelling Lund
    0

    Did this fix your issue?

  • fabrice 104 posts 227 karma points
    Aug 16, 2010 @ 09:52
    fabrice
    0

    yes it did solve the problem... sorry i feel bad I should have test that at least :)

     

    Thank you very much !

Please Sign in or register to post replies

Write your reply to:

Draft