Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(scheduling): update error message #20208

Merged
merged 8 commits into from
Jul 3, 2024

Conversation

madhurisandbhor
Copy link
Contributor

What does it do?

Updates the scheduling required field error message to use more generic required field message.

Why is it needed?

Asked by UX, https://www.notion.so/strapi/Releases-Scheduling-Alpha-Blitz-Session-14ae56786d5a41e2a0dbf98b7e4b55e2?pvs=4#8916a056719f4dbb862c479bf1eab087

How to test it?

When user tries to schedule a release if any of the required field is not filled, on submit user should get error message This value is required.

Copy link

vercel bot commented Apr 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
contributor-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 3, 2024 7:56am

@Feranchz Feranchz marked this pull request as ready for review July 3, 2024 07:32
@Feranchz Feranchz added pr: fix This PR is fixing a bug source: core:content-releases fix:5 Fixed in Strapi 5 labels Jul 3, 2024
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we're moving the validations because the backend wasn't using them?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The backend use some of them but with different fields/formats, also in the front we want to throw translated errors and we can't do that on back so one for both don't work anymore

@Feranchz Feranchz merged commit 0694fe6 into v5/main Jul 3, 2024
72 of 82 checks passed
@Feranchz Feranchz deleted the fix/scheduling-update-error-message branch July 3, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix:5 Fixed in Strapi 5 pr: fix This PR is fixing a bug source: core:content-releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants