]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Lp 1862652: pingest.pl reingest record attributes fix user/dyrcona/lp1862652-pingest-reingest-record-attrs-rdeleted
authorJason Stephenson <jason@sigio.com>
Mon, 10 Feb 2020 16:09:37 +0000 (11:09 -0500)
committerJason Stephenson <jason@sigio.com>
Mon, 10 Feb 2020 16:09:37 +0000 (11:09 -0500)
commitd4513e2e64116f50c7d58428ee9e9eb39a8afd79
tree536a8089d3d9fe65ddd554f340f7d932ec3cfa13
parent851572686b9d3c827bca282449d66299cc929e2e
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>
Open-ILS/src/support-scripts/pingest.pl