Skip to content

Commit 05bfc0d

Browse files
committed
rm access entries by slug from changelog
1 parent b6110d1 commit 05bfc0d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
2-
title: 'Custom Field enhancements in Commerce Extensions'
3-
date: '2024-09-116'
2+
title: 'Added case-insensitive string uniqueness in Commerce Extensions'
3+
date: '2024-09-16'
44
tags: ['Commerce Extensions']
55
hide_blog_post_date: false
66
---
77

88
**MINOR** Prior we had introduced the ability to model data with uniqueness constraints for string fields in Commerce Extensions, this can be further enhanced to be case-insensitive, that is, to take different cases into account for conflicts. For more information, see [Custom Fields](/docs/api/commerce-extensions/custom-fields#string-validation).
9-
10-
**MINOR** We have have introduced the ability to access Custom API Entries via a sluggable field by configuring a Custom Field for `use_as_url_slug`. This simplifies the process of updating records by allowing Custom API Entries to be referenced using a well-known attribute rather than auto-generated identifiers. For more information, see [Update Custom API Entries](https://elasticpath.dev/guides/How-To/commerce-extensions/create-a-multilocation-inventories-resource#update-custom-api-entries).

0 commit comments

Comments
 (0)