[open-ils-commits] [GIT] Evergreen ILS branch master updated. 79b3a3fbfaccc53ccf74333cfd9d0d96fd8bfcf4

Evergreen Git git at git.evergreen-ils.org
Wed Aug 19 14:22:41 EDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  79b3a3fbfaccc53ccf74333cfd9d0d96fd8bfcf4 (commit)
      from  d316f103283b731cae326f61f8f3a36a1c7b4fa3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 79b3a3fbfaccc53ccf74333cfd9d0d96fd8bfcf4
Author: Jason Boyer <jboyer1 at library.in.gov>
Date:   Mon Mar 16 10:28:33 2015 -0400

    LP#1217052 Include Inactive Users in Dupe Search
    
    Signed-off-by: Jason Boyer <jboyer at library.in.gov>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/web/js/ui/default/actor/user/register.js b/Open-ILS/web/js/ui/default/actor/user/register.js
index 2e6f2ad..b48946f 100644
--- a/Open-ILS/web/js/ui/default/actor/user/register.js
+++ b/Open-ILS/web/js/ui/default/actor/user/register.js
@@ -1846,7 +1846,7 @@ function uEditDupeSearch(type, value) {
     fieldmapper.standardRequest(
         ['open-ils.actor', 'open-ils.actor.patron.search.advanced'],
         {   async: true,
-            params: [openils.User.authtoken, search],
+            params: [openils.User.authtoken, search, null, null, 1],
             oncomplete : function(r) {
                 var resp = openils.Util.readResponse(r);
                 resp = resp.filter(function(id) { return (id != patron.id()); });
diff --git a/docs/RELEASE_NOTES_NEXT/Circulation/user-reg-dupe-search-includes-inactive.txt b/docs/RELEASE_NOTES_NEXT/Circulation/user-reg-dupe-search-includes-inactive.txt
new file mode 100644
index 0000000..edeef5d
--- /dev/null
+++ b/docs/RELEASE_NOTES_NEXT/Circulation/user-reg-dupe-search-includes-inactive.txt
@@ -0,0 +1,3 @@
+User Registration Includes Inactive Accounts in Dupe Search
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+When registering a user the system checks to see if there are already exiting users with the same name, address, email, etc. Now this duplicate user search includes inactive users so that matches can be re-activated if desired, rather than creating duplicate accounts.

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

Summary of changes:
 Open-ILS/web/js/ui/default/actor/user/register.js  |    2 +-
 .../user-reg-dupe-search-includes-inactive.txt     |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)
 create mode 100644 docs/RELEASE_NOTES_NEXT/Circulation/user-reg-dupe-search-includes-inactive.txt


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list