Lp 1940737: Add release note user/dyrcona/lp1904737-expand-pull-list-copy-status
authorJason Stephenson <jason@sigio.com>
Wed, 31 May 2023 16:47:00 +0000 (12:47 -0400)
committerJason Stephenson <jason@sigio.com>
Wed, 31 May 2023 16:47:00 +0000 (12:47 -0400)
Add a release note to the Circulation section to cover the expansion
of copy statuses allowed to fill holds and the new hold targeter
setting.

Signed-off-by: Jason Stephenson <jason@sigio.com>
docs/RELEASE_NOTES_NEXT/Circulation/expansion_of_copy_status_for_holds.adoc [new file with mode: 0644]

diff --git a/docs/RELEASE_NOTES_NEXT/Circulation/expansion_of_copy_status_for_holds.adoc b/docs/RELEASE_NOTES_NEXT/Circulation/expansion_of_copy_status_for_holds.adoc
new file mode 100644 (file)
index 0000000..8ebd77f
--- /dev/null
@@ -0,0 +1,19 @@
+== Expansion of Copy Statuses Eligible to Fill Holds ==
+
+Copies with a status that has both the `holdable` and `is_available`
+fields set to `true` are now elibible to fill holds.  This was
+previously limited to copies with a "magical" status of 0 or 7.  The
+change expands the copies that can fill holds and allows sites better
+control over what copies with what statuses will appear on the holds
+pull list or target holds.
+
+=== Hold Targeter Setting ===    
+    
+This feature adds a new application setting, `status_cache_time`, to
+the `open-ils.hold-targeter` service configuration in the
+`opensrf.xml` file.  The setting expects a positive, numerical value
+for the number of seconds that the hold targeter should wait before
+rechecking the copy statuses for eligibility.  If the setting is 0,
+then a default value of 300 (5 minutes) is used.  If you do not add of
+change copy status options very often, you should set this to a large
+value.