Bugzilla – Attachment 191418 Details for
Bug 41456
Item type filter on the hold history view does not work correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41456: (follow-up) Change item_type to item_type_id and add _strings in test data
Bug-41456-follow-up-Change-itemtype-to-itemtypeid-.patch (text/plain), 894 bytes, created by
Lucas Gass (lukeg)
on 2026-01-14 14:34:09 UTC
(
hide
)
Description:
Bug 41456: (follow-up) Change item_type to item_type_id and add _strings in test data
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2026-01-14 14:34:09 UTC
Size:
894 bytes
patch
obsolete
>From 5dc5d9690ce878879155798995f3c037bb37ee18 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 14 Jan 2026 14:33:36 +0000 >Subject: [PATCH] Bug 41456: (follow-up) Change item_type to item_type_id and > add _strings in test data > >--- > t/cypress/plugins/insertData.js | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/t/cypress/plugins/insertData.js b/t/cypress/plugins/insertData.js >index 676be480412..a784245dc60 100644 >--- a/t/cypress/plugins/insertData.js >+++ b/t/cypress/plugins/insertData.js >@@ -733,7 +733,8 @@ const insertObject = async ({ type, object, baseUrl, authHeader }) => { > suspended, > suspended_until, > non_priority, >- item_type, >+ item_type_id, >+ _strings, > hold_group_id, > item_level, > cancellation_requested, >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 41456
:
190537
|
190553
|
190702
|
190894
|
190919
| 191418