-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
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
- Create an
Event Message Generator with Acknowledgeobject - if you don't see this option, open the browser console and enter
openmct.install(openmct.plugins.example.EventGeneratorPlugin()) - Change the time conductor to realtime mode
- Observe after 5 seconds an unacknowledged row will come in and be added to the table
- Observe after 5 seconds the row's
Acknowledgecolumn will be updated withOK.
Environment
- Open MCT Version:
- Deployment Type:
- OS:
- Browser:
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?