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

Fix/LSI-5044/Runtime-error-in-diagnostic #340

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

jsconan
Copy link
Contributor

@jsconan jsconan commented Nov 7, 2024

Related to: https://oat-sa.atlassian.net/browse/LSI-5044

Summary

Fix a runtime error occurring when launching the diagnostic
image

Details

After the upgrade to lodash v4, some calls were not updated, and we kept a wrong use of _.minBy(), which expects an array and not an object.

How to test

  • checkout the branch: git checkout -t origin/fix/LSI-5044/runtime-error-in-diagnostic
  • install the diagnostic tool
  • open the diagnostic at https://HOSTNAME/taoClientDiagnostic/CompatibilityChecker/index
  • launch the diagnostic
  • it must complete without error

Copy link

github-actions bot commented Nov 7, 2024

Version

Target Version 8.5.8
Last version 8.5.7

There are 0 BREAKING CHANGE, 0 feature, 1 fix

@jsconan jsconan requested review from shaveko and uncleempty November 7, 2024 15:28
Copy link

github-actions bot commented Nov 7, 2024

Front-end summary Node 18

💯 Total ✅ Passed ⏭️ Skipped ❌ Failed
131 131 0 0

Copy link

@shaveko shaveko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codewise looks fine. Did not test locally though

Copy link
Contributor

@uncleempty uncleempty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
tested and working as expected

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

Successfully merging this pull request may close these issues.

3 participants