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 Parse Dashboard.
Issue Description
This condition will always be false, because package-json
does not return custom properties by default.
Steps to reproduce
Set a breakpoint or try logging latestPackage.parseDashboardFeatures
.
Actual Outcome
latestPackage.parseDashboardFeatures
is undefined
.
Expected Outcome
latestPackage.parseDashboardFeatures
should be an array.
Environment
Node 14.17.3
Dashboard
- Parse Dashboard version: 3.2.1
- Browser (Safari, Chrome, Firefox, Edge, etc.): not relevant
- Browser version: not relevant
Server
- Parse Server version: not relevant
- Operating system: not relevant
- Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): not relevant
Database
- System (MongoDB or Postgres): not relevant
- Database version: not relevant
- Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): not relevant