@@ -, +, @@ holds awaiting pickup table config - Go to Administration -> Circulation and fine rules -> Default waiting hold cancellation policy - Add at least one rule allowing cancellation on waiting items. - Place a hold for a patron which would fall under the rule you defined. - Satisfy the hold by checking the item in at the hold's destination location. - Cancel the hold, either by logging in to the OPAC as the patron with the hold, or in the staff client via the holds tab on the patron's record. - Apply the patch and restart all services. - Go to Circulation -> Holds awaiting pickup - In the "Holds with cancellation requests" tab, confirm that there is a "Date cancellation requested" column and that it is one of the choices under the "Columns" button. - Confirm that the correct columns are shown and hidden when making selections in the columns menu. - Go to Administration -> Table settings -> Circulation -> Holds awaiting pickup. - Test setting "Is hidden by default" and "Cannot be toggled" for various columns in the table, including the "Date cancellation requested" column. --- admin/columns_settings.yml | 2 ++ 1 file changed, 2 insertions(+) --- a/admin/columns_settings.yml +++ a/admin/columns_settings.yml @@ -1635,6 +1635,8 @@ modules: columnname: waiting_since - columnname: date_hold_placed + - + columnname: date_cancellation_request - columnname: expiration_date - --