Bugzilla – Attachment 185074 Details for
Bug 40542
Add `cancellation_reason` to holds strings embed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40542: (40174 follow-up) Skip _strings for object creation
Bug-40542-40174-follow-up-Skip-strings-for-object-.patch (text/plain), 991 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2025-08-01 17:47:40 UTC
(
hide
)
Description:
Bug 40542: (40174 follow-up) Skip _strings for object creation
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2025-08-01 17:47:40 UTC
Size:
991 bytes
patch
obsolete
>From 6ea9e06bcde3b5e40b567ce04572e001d4553b01 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 1 Aug 2025 14:46:58 -0300 >Subject: [PATCH] Bug 40542: (40174 follow-up) Skip _strings for object > creation > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/cypress/plugins/mockData.js | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/t/cypress/plugins/mockData.js b/t/cypress/plugins/mockData.js >index c7de7e052e9..8a51bfb4890 100644 >--- a/t/cypress/plugins/mockData.js >+++ b/t/cypress/plugins/mockData.js >@@ -148,6 +148,8 @@ const generateDataFromSchema = (properties, values = {}) => { > data = buildSampleObject({ object: "item" }); > fk_name = "item_id"; > break; >+ case "_strings": >+ break; > default: > try { > data = generateMockData(type, value); >-- >2.50.1
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 40542
:
184810
|
184811
|
184836
|
184837
|
184881
|
184882
| 185074