Wednesday, November 19, 2008 ..:: Forums ::.. Register  Login
 Forums Minimize
SearchForum Home
     
  Mainstream Forums  Bugs  Employees can't...
 Employees can't edit themselves
 
davidmwilliams
57 posts
www.alivad.com
Joined
1/20/2006

Employees can't edit themselves
Posted: 24 Apr 06 3:04 AM

This isn't a major one, but it is an inconsistency.

In Employees/DetailView.asc.cs the 'edit' button is turned on if someone is looking at their own record:

// 12/06/2005 Paul. A user can edit himself.

btnEdit .Visible = !PrintView && (SplendidCRM.Security.IS_ADMIN || gID == Security.USER_ID);

but in Employees/Edit.aspx the EditView is hidden if the current user is not an administrator.

<SplendidCRM:EditView ID="ctlEditView" Visible='<%# SplendidCRM.Security.IS_ADMIN %>' Runat="Server" />

<asp:Label Text='<%# L10n.Term(".LBL_UNAUTH_ADMIN") %>' Visible='<%# !SplendidCRM.Security.IS_ADMIN %>' Runat="Server" />

This means a person can click 'edit' on their own record, but get an authorisation failure error.

(They can use 'My Account' so they're not ultimately hampered.)

 

support
2089 posts
1st
Joined
1/3/2006

Re: Employees can't edit themselves
Posted: 05 Jun 06 12:23 PM
Thanks.  We will fix this in the next build.
  Mainstream Forums  Bugs  Employees can't...

Forum Home  Search       

Copyright (c) 2006-2008 SplendidCRM Software, Inc. All Rights Reserved.   Terms Of Use  Privacy Statement
DotNetNuke® is copyright 2002-2008 by Perpetual Motion Interactive Systems Inc.
SplendidCRM and SplendidCRM Software are trademarks of SplendidCRM Software, Inc. SugarCRM is a trademark of SugarCRM Inc. in the United States, the European Union and other countries. All other trademarks used in this web site are the property of their respective owners.