question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Change error message custom metafield required

See original GitHub issue

I have two fields that are required in metadata and that are customs: date and time of video recording.

Is it possible to modify the error message to a custom one?

image

I try the function, but still showing the default error message from the image above.

uppy.on('restriction-failed', (file, error) => {

                if(error){
                    //uppy.info("Enter date and time of video recording");
                }
            })

I’d appreciate your help ☺

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
arturicommented, Oct 5, 2021

Merged! Closing this for now, we can revisit once we re-design the missing required metafield UI. Thanks.

1reaction
Murderloncommented, Oct 5, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

Fixing metafield validation errors - Shopify Help Center
Edit metafield values to fix validation errors by using the bulk editor.
Read more >
Validation options - Shopify.dev
You can include a validation option for a metafield definition using the validation name and a corresponding value . The appropriate value depends...
Read more >
Shopify Metafields - How to use Custom Fields - YouTube
Shopify Metafields and how to use them with the online store 2.0 updates. A brand new native solution for adding custom fields!
Read more >
How to Add Custom Fields in Shopify (Online Store 2.0)
In this video, you'll learn how to set up metafields in your online store, edit them from within the product admin page and...
Read more >
Metafield definitions in Shopify - Helium Dev Help Center
That being said, if you do want to display or edit custom data directly in the Shopify admin then you'll need to recreate...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found