You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The flyout that displays information related to a decoder displays information about another decoder when clicking in the button/link to open the content of file that contains the decoder.
Preconditions
1.
Steps to reproduce
Navigate to Management/Decoders
Click on any row of the decoders table. A flyout will be opened with data from the selected decoder.
In the table of Related decoders clicks on a button/link of File column.
The data of the decoder will be displayed in the flyout and this will be closed to open the decoder file that contains the decoder definition.
Expected Result
1.
Actual Result
1.
Screenshots
The selected decoder in the main table of Management/Decoders
The decoder info displayed in the flyout changes to another one. After that, the flyout is closed to display the decoder file content that contains the selected decoder.
Additional context
Add any other context about the problem here. Here you can paste log entries too or any other useful information that may help with the issue.
The text was updated successfully, but these errors were encountered:
This problem is caused because the handler to open the decoder file content, doesn't stop the event propagation. This causes the onClick event of the table row will be fired, updating the decoder info displayed in the flyout.
This is not happening in the rule info flyout. The handler for this case, stops the event propagation.
Description
The flyout that displays information related to a decoder displays information about another decoder when clicking in the button/link to open the content of file that contains the decoder.
Preconditions
1.
Steps to reproduce
Related decoders
clicks on a button/link of File column.Expected Result
1.
Actual Result
1.
Screenshots
The selected decoder in the main table of
Management/Decoders
The decoder info displayed in the flyout changes to another one. After that, the flyout is closed to display the decoder file content that contains the selected decoder.
Additional context
Add any other context about the problem here. Here you can paste log entries too or any other useful information that may help with the issue.
The text was updated successfully, but these errors were encountered: