Two bugs in Admin - ManageUsers.aspx page

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
12/17/2010 5:10:41 PM
Gravatar
Total Posts 8

Two bugs in Admin - ManageUsers.aspx page

mojoPortal Version : 2.3.5.6 MSSQL
Operating System : Microsoft Windows NT 6.1.7600.0  (Windows 7)
ASP.NET Info : v4.0.30319 Running in Full Trust

---------------------------------------------------------------------------------

Open the page /Admin/ManageUsers.aspx and just click (Create User) .

1) Should not do full post back, Since there is required fields .

2)  New tab appear (News letters Tab) that was hidden and should stay hidden .

12/18/2010 9:41:06 AM
Gravatar
Total Posts 18439

Re: Two bugs in Admin - ManageUsers.aspx page

Thanks for the bug report.

This is now fixed in the source code repository so it will be fixed in the next release.

The main problem was it was missing the validationgroup on the button so it was not doing the client side validation, it did validate on postback but then it should not have shown the newsletter tab because it is not meant to be shown until after the user is created.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.