Skip to content
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

proactiveDashboardVersion not updated (for local) #306

Open
luispinedamx opened this issue Oct 21, 2019 · 0 comments
Open

proactiveDashboardVersion not updated (for local) #306

luispinedamx opened this issue Oct 21, 2019 · 0 comments
Labels

Comments

@luispinedamx
Copy link
Contributor

luispinedamx commented Oct 21, 2019

The line providing the Automation Dashboard version has not been updated, thus it still shows the very first version of the Dashboard when building it locally.

image

Line to update:

"proactiveDashboardVersion": "7.36.0-SNAPSHOT",

Steps to reproduce

  1. Download the nightly-release.
  2. Build automation-dashboard from sources following the readme.md file. A /dist folder will be created in your project.
  3. Replace the content of the /dist/war/automation-dashboard folder in the nightly release by the content of your /dist folder.
  4. Launch proactive-server.
  5. Go to Automation Dashboard, click on Help -> About. You should see the outdated version.

Solution

While this bug does not represent a serious issue since the release build will override it, it would be a good practice to include this update in grunt/gradle as it is done and persisted for other projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants