]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1312945: auth-auth linking: cache less agressively and look for all links
authorMike Rylander <mrylander@gmail.com>
Wed, 30 Apr 2014 16:58:11 +0000 (12:58 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 20 May 2014 22:52:28 +0000 (15:52 -0700)
commit89f8e98846f4defbde632abafdb2a019151d6088
tree9aaf9f654eb8ec973875ac9a85c8bca583f0fd11
parent2f27b78cf93e33b784f50f0c4ea5d71583532da7
LP#1312945: auth-auth linking: cache less agressively and look for all links

There was a logic inversion that was causing miss-use of a per-
record cache mechanism.  I remove that entirely, as it's not helpful
in practice.

Also, after finding one use of a linked field we moved on to the
next, though it is possible for more than one link to exist for
different uses of a name, say.  Now we'll loop through all fields
to find all possible linkages.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Srey Seng <sreyseng@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/support-scripts/authority_authority_linker.pl.in