LP#1446860 Staff were able to edit their own accounts.
authorChris Sharp <csharp@georgialibraries.org>
Tue, 21 Apr 2015 21:10:49 +0000 (17:10 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 19 Nov 2016 12:41:08 +0000 (07:41 -0500)
commit61efe54977d73baef228784f5feb26347b3fb033
treea66b80c80d049d6b9c38977f8af96b3412a01ff9
parenta79637010870dc7442d607b6e03b2990676852be
LP#1446860 Staff were able to edit their own accounts.

This change reverses what appears to be a thinko in the
original programming.  If the editing user is the same
as the user being edited, disable the Save button.

Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Conflicts:
Open-ILS/web/js/ui/default/actor/user/register.js

LP#1446860 - Correct mistaken logic in previous fix.

See https://bugs.launchpad.net/evergreen/+bug/1446860/comments/2
for reference.  The logic was not enforcing the "if the editing
staff member doesn't have permission to edit a user in this
permission group" check.  This corrects that.

Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/web/js/ui/default/actor/user/register.js