When bug 13024 was merged into 3.20.x, a bug was introduced by replacing the old way to fetch itemtype descriptions with the newer (3.22+). To reproduce: - Perform a checkout on a patron - Check so all checkouts are shown immediately => FAIL: It keeps loading forever. The logs show the svc/checkouts script died
Created attachment 46004 [details] [review] Bug 15431: svc/checkouts dies due to undefined variable (13024 merge problem) When bug 13024 was merged into 3.20.x, a bug was introduced by replacing the old way to fetch itemtype descriptions with the newer (3.22+). To test: - Perform a checkout on a patron - Check so all checkouts are shown immediately => FAIL: It keeps loading forever. The logs show the svc/checkouts script died - Apply the patch - Reload page => SUCCESS: It loads the circ information correctly - Sign off :-D Regards
Created attachment 46012 [details] [review] Bug 15431: svc/checkouts dies due to undefined variable (13024 merge problem) When bug 13024 was merged into 3.20.x, a bug was introduced by replacing the old way to fetch itemtype descriptions with the newer (3.22+). To test: - Perform a checkout on a patron - Check so all checkouts are shown immediately => FAIL: It keeps loading forever. The logs show the svc/checkouts script died - Apply the patch - Reload page => SUCCESS: It loads the circ information correctly - Sign off :-D Regards Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
Created attachment 46013 [details] [review] [PASSED QA] Bug 15431: svc/checkouts dies due to undefined variable (13024 merge problem) When bug 13024 was merged into 3.20.x, a bug was introduced by replacing the old way to fetch itemtype descriptions with the newer (3.22+). To test: - Perform a checkout on a patron - Check so all checkouts are shown immediately => FAIL: It keeps loading forever. The logs show the svc/checkouts script died - Apply the patch - Reload page => SUCCESS: It loads the circ information correctly - Sign off :-D Regards Signed-off-by: Frédéric Demians <f.demians@tamil.fr> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Pushed to 3.20.x
Hi Frederic, it looks like the text of the new release notes field might been cut off?
> Hi Frederic, it looks like the text of the new release notes field might > been cut off? Yes. Chris is investigating...
It seems to have the same pb on Hold(s) tab
(In reply to Sophie MEYNIEUX from comment #7) > It seems to have the same pb on Hold(s) tab Which version? Is it solved on 3.20.8?
In 3.20.7
(In reply to Sophie MEYNIEUX from comment #9) > In 3.20.7 Try upgrading to 3.20.8, and confirm it solves the issue.