Bug 32515: Ignore no-block flag in check-in message
authorNick Clemens <nick@bywatersolutions.com>
Tue, 27 Dec 2022 20:32:10 +0000 (20:32 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Tue, 14 Feb 2023 22:22:42 +0000 (22:22 +0000)
commit3003162a03fa92855ce2ddf15ebfebbb753d1890
tree4130c790fcc2630b8b592091c80281bf8b300aa1
parent850b36696ca163572ed2107117e312c9a71c5332
Bug 32515: Ignore no-block flag in check-in message

Bug 12225 changed the templates to correctly pass through the no-block flag,
however, we don't have a no-block routine for checkins

This patch restore previous behaviour of performing a normal checkin when
no block was requested - it adds a new FIXME

To test:
1 - See bug 32537
    https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32537
2 - Repeat test plan on that bug, noting that there is no response when no-block = Y
3 - Apply this patch
4 - Repeat the tests and confirm no-block = Y has a standard checkin response

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Blou <philippe.blouin@inlibro.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 30fcbb44370048f6ad53d71225a0f40c6d27fbb1)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
(cherry picked from commit a7e914151c7d8a55ae45d670a41c9a7d4c200503)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/SIP/Sip/MsgType.pm