-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
c/consoleRelated to consoleRelated to console
Description
New features gets added on each server version and console needs to be able to detect these and not render them for incompatible versions.
Need to do this check at the router level as well to prevent new urls from being loaded on older versions.
Version check needs to take into account pre-release tags (alpha, beta), minor and major versions so that they keep working for future version upgrades.
Ideally this would be a global method which returns true/false depending on the mapping object.
Currently apply this for
- Events tab (router level too) | v1.0.0-alpha16+
- Redeliver Event | v1.0.0-alpha17+
- Update Event | v1.0.0-alpha17+
- Reload Metadata Cache | 1.0.0-alpha17+.
Metadata
Metadata
Assignees
Labels
c/consoleRelated to consoleRelated to console