]> git.evergreen-ils.org Git - Evergreen.git/commit
Lp 1862652: pingest.pl reingest record attributes fix
authorJason Stephenson <jason@sigio.com>
Mon, 10 Feb 2020 16:09:37 +0000 (11:09 -0500)
committerJane Sandberg <sandbergja@gmail.com>
Thu, 9 Dec 2021 23:42:16 +0000 (15:42 -0800)
commit5ac76ef7ebaecea134b34bfc6e33b004324c1474
tree62d788b6ef22b5955eb8673abcd3f653a0f0f6fc
parentdd4931bca6b660227a1e540725ba60351cdbb0b4
Lp 1862652: pingest.pl reingest record attributes fix

Use the rdeleted parameter when reingesting record attributes in
pingest.pl support script so that passing argument values to the
--attr option makes sense.

Prior to this patch, arguments of the --attr option would be ignored,
and all record attribute fields were reingested for all records,
deleted and not deleted alike.

With this patch, the arguments of the --attr option are respected for
not deleted records.  Deleted records still have all attributes
reingested.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Jane Sandberg <sandbergja@gmail.com>
Open-ILS/src/support-scripts/pingest.pl