Short description of issue
The Shopify admin panel code used to generate the handles for Metaobjects is different from that used to generate product and collections. The latter works, the former generates invalid handles (and throws an error) if any of the following characters are used in the object display name: ǵḧḿǹṕșțǘẃẍ
Reproduction steps
- Add an entry for a metaobject.
- Use any of the following characters in the display name (Used to auto generate the object handle): ḧḿǹṕșțǘẃẍ
- observe error on handle.
- In addition, ǵ flies under the radar and is accepted as a valid character within metaobject handles. To test, create an object with ǵǵǵǵǵǵ as the display name.
Additional info
No idea where to report this so putting it here.
What type of topic is this
Bug report