-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
bounty:$10Bounty applies for fixing this issue (Parse Bounty Program)Bounty applies for fixing this issue (Parse Bounty Program)state:releasedReleased as stable versionReleased as stable versionstate:released-alphaReleased as alpha versionReleased as alpha versionstate:released-betaReleased as beta versionReleased as beta versiontype:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest versions of Parse Server and Parse Dashboard.
Issue Description
Getting error Please enter all required fields
when setting value 0
in a required column
Steps to reproduce
- Create a new class
- Add a column "MyColumn" of type
Number
and mark it asrequired
- Add a new row and with a value of
0
in "MyColumn"
Actual Outcome
Getting error: Please enter all required fields
Expected Outcome
0
should be accepted as a valid value for "MyColumn"
Environment
Dashboard
- Parse Dashboard version:
3.3.0
- Browser (Safari, Chrome, Firefox, Edge, etc.):
Chrome
- Browser version:
96.0.4664.110
Server
- Parse Server version:
4.10.4
- Operating system:
MacOS 11.3.4
- Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc):
local
Database
- System (MongoDB or Postgres):
MongoDb
- Database version:
3.6.8
- Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc):
local
Logs
mtrezza
Metadata
Metadata
Assignees
Labels
bounty:$10Bounty applies for fixing this issue (Parse Bounty Program)Bounty applies for fixing this issue (Parse Bounty Program)state:releasedReleased as stable versionReleased as stable versionstate:released-alphaReleased as alpha versionReleased as alpha versionstate:released-betaReleased as beta versionReleased as beta versiontype:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed