-
Notifications
You must be signed in to change notification settings - Fork 77
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
[popup] Add current release info #53
Comments
For the moment, the way to get those information is to query the instance from Organization object: Then run an api call to and parse the response to extract releaseVersion property: {
"key": "CS81",
"location": "EMEA",
"environment": "sandbox",
"releaseVersion": "Spring '23 Patch 15.5",
"releaseNumber": "242.15.5", |
We could also display those information (with org id ) in a new tab "Org Info" |
Option 2: |
Ok so finally we will display the org instance at the bottom of the popup and the link will redirect users to the url: |
Is your feature request related to a problem? Please describe.
It would be great to know the current version of the release
Describe the solution you'd like
We could add a title to the api version to describe the current release.
NB the api version can be lower than the current release, ie we're on a sandbox in preview.
The text was updated successfully, but these errors were encountered: