-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Checking of new features in the latest dashboard version does not work #1893
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
Comments
Thanks for opening this issue!
|
Is the "latest features" even used? The only purpose of this seems to display an upgrade prompt, but I have never seen such a prompt. I wonder whether this that made it into the open source codebase but is really non-functional? parse-dashboard/src/dashboard/Apps/AppsIndex.react.js Lines 140 to 147 in 3bc8eec
We could possibly even remove the whole feature if it's not applicable to the open source version. |
That could be due to the fact that |
If this bug fix enables a "forgotten" feature, we should probably check how this feature behaves before merging. It could be too intrusive, break something else that is incompatible, or display incorrect information. |
@mtrezza I removed the "Data Browser" entry from |
That's a pretty neat feature! So we can add a feature entry to package.json and all dashboard deployments will see that info? |
Yes! The only problem is that dashboards without the #1894 would not see anything 😞 |
Well let's merge it then! |
Closing via #1894. |
New Issue Checklist
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
isundefined
.Expected Outcome
latestPackage.parseDashboardFeatures
should be an array.Environment
Node 14.17.3
Dashboard
Server
Database
Logs
The text was updated successfully, but these errors were encountered: