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

Timelist To/From incorrect for 'current' activities #6657

Closed
1 of 7 tasks
shefalijoshi opened this issue May 10, 2023 · 1 comment · Fixed by #6661
Closed
1 of 7 tasks

Timelist To/From incorrect for 'current' activities #6657

shefalijoshi opened this issue May 10, 2023 · 1 comment · Fixed by #6661

Comments

@shefalijoshi
Copy link
Contributor

shefalijoshi commented May 10, 2023

Summary

When an activity is 'current' (current timestamp is between the activity's start and end times) in a Timelist view, the To/From column should be displaying the time to the end timestamp of the activity.

Expected vs Current Behavior

Currently it shows the time passed since the start timestamp.

Steps to Reproduce

  1. Create a timelist and drag a plan into it with at least 1 activity displaying as 'Current'.
  2. Note the To/From column duration is incorrect.

Environment

  • Open MCT Version: 2.2.2
  • Deployment Type: All
  • OS: All
  • Browser: All

Impact Check List

  • Data loss or misrepresented data?
  • Regression? Did this used to work or has it always been broken?
  • Is there a workaround available?
  • Does this impact a critical component?
  • Is this just a visual bug with no functional impact?
  • Does this block the execution of e2e tests?
  • Does this have an impact on Performance?

Additional Information

@michaelrogers
Copy link
Contributor

Fix verified on testathon. The Time/To From calculation is based on the End Time value rather than start time.
Screenshot 2023-06-20 at 2 21 49 PM

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

Successfully merging a pull request may close this issue.

4 participants