Incorrect page inheritance

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Joe Simper
Ensign (ENS)
Ensign (ENS)
Posts: 7
Joined: Mon Apr 21, 2008 6:59 pm

Incorrect page inheritance

Post by Joe Simper » Fri May 30, 2008 4:39 pm

In version 7.0, build 9381, the following pages inherit from System.Web.UI.Page instead of CommerceBuilder.Web.UI.AbleCommerceAdminPage (see the C# code-behind file):
  • ~/Admin/Help/About.aspx
  • ~/Admin/Products/EditProduct.aspx
  • ~/Admin/Products/Assets/AdditionalImages.aspx
  • ~/Admin/Reports/ProductBreakdown.aspx
  • ~/Admin/Website/CustomizedPages.aspx
  • ~/Admin/Website/Scriptlets/ConLibHelp2.aspx
  • ~/Admin/Website/Scriptlets/ConLibHelpAll2.aspx
I noticed this after reskinning the admin section. The above pages continued to display the default AbleCommerceAdmin skin. I changed them to inherit from CommerceBuilder.Web.UI.AbleCommerceAdminPage without a problem. They now display my custom skin.

Just thought you should know.

User avatar
sohaib
Developer
Developer
Posts: 1079
Joined: Fri Jan 23, 2004 1:38 am

Re: Incorrect page inheritance

Post by sohaib » Sat May 31, 2008 4:53 am

Thanks a lot for reporting. We could not have noticed this easily.

Post Reply