We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
VIPERGC-692 In place datum updates to existing rows are not being rendered in tables Regression of #6694
If new row data comes in, and the row exists, the new data should be displayed in the row. Currently this does not happen
See VIPERGC-692
For full production testing, see VIPERGC-692. Local reproduction steps
Event Message Generator with Acknowledge
openmct.install(openmct.plugins.example.EventGeneratorPlugin())
Acknowledge
OK
The text was updated successfully, but these errors were encountered:
davetsay
Successfully merging a pull request may close this issue.
Summary
VIPERGC-692
In place datum updates to existing rows are not being rendered in tables
Regression of #6694
Expected vs Current Behavior
If new row data comes in, and the row exists, the new data should be displayed in the row.
Currently this does not happen
Steps to Reproduce
See VIPERGC-692
Testing Instructions
For full production testing, see VIPERGC-692.
Local reproduction steps
Event Message Generator with Acknowledge
objectopenmct.install(openmct.plugins.example.EventGeneratorPlugin())
Acknowledge
column will be updated withOK
.Environment
Impact Check List
Additional Information
The text was updated successfully, but these errors were encountered: