You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Harden product type tab count deduping and add missing tests (#6722)
* Harden product type tab count deduping and add missing tests
* Default attribute list group-by-type on and fix test types.
New sessions see type tabs on product and model attribute lists by default, with ripple copy updated accordingly. Test helpers use NonNullable aliases for nullable GraphQL query fields.
Co-authored-by: Cursor <cursoragent@cursor.com>
* Extract messages
---------
Co-authored-by: Cursor <cursoragent@cursor.com>
"Attributes are removed from this model type only. They are not deleted and remain available for other model types. Models that use other types are not affected.",
24
24
description: "helper text in unassign dialog on model attributes list, type tab",
25
25
},
26
+
productTypeUpdated: {
27
+
id: "IEkGwG",
28
+
defaultMessage: "Product type updated",
29
+
description: "success message after unassigning attributes from a product type",
30
+
},
31
+
modelTypeUpdated: {
32
+
id: "0a93bd",
33
+
defaultMessage: "Model type updated",
34
+
description: "success message after unassigning attributes from a model type",
"On product and model attribute lists, open the view menu next to Create attribute and choose Group by type. The list adds tabs for each type so you can see which attributes belong to it. Filters and search stay above the tabs. When a single type tab is active, you can unassign selected attributes from that type without deleting them shop-wide.",
28
+
"On product and model attribute lists, attributes are grouped by type with tabs for each type. Filters and search stay above the tabs. When a single type tab is active, you can unassign selected attributes from that type without deleting them shop-wide. Turn off Group by type in the view menu next to Create attribute if you prefer the flat list.",
0 commit comments