Closed
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 the Parse JS SDK.
Issue Description
When creating a new role, using :
in the string prevents "name" from being set. I am not sure why this is.
Steps to reproduce
await new Parse.Role(
Test:Test, new Parse.ACL()).save(null, {useMasterKey: true});
Actual Outcome
Error: name is required.
Expected Outcome
Role to save
Environment
Server
- Parse Server version:
FILL_THIS_OUT
- Operating system:
FILL_THIS_OUT
- Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc):
FILL_THIS_OUT
Database
- System (MongoDB or Postgres):
FILL_THIS_OUT
- Database version:
FILL_THIS_OUT
- Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc):
FILL_THIS_OUT
Client
- Parse JS SDK version:
FILL_THIS_OUT