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

Simplify handling of logging only mode in log table view #569

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

vifactor
Copy link
Collaborator

@vifactor vifactor commented Oct 21, 2024

With this MR logging only mode is handled separately before any message decoding happens. Before this MR, although msg was default-assigned in one of the if-cases, it still was non-empty due to multiple decodings happening in the data-method for values of role-variable other than DisplayRole.

@vifactor vifactor added the merge label Oct 21, 2024
@alexmucde alexmucde added this to the Release v2.27.0 milestone Oct 23, 2024
@alexmucde
Copy link
Collaborator

alexmucde commented Oct 23, 2024

@vifactor Are you able or did you already test this in an Online Logging use case?

@alexmucde
Copy link
Collaborator

I have tried it with enabling and disabling this feature and it works, at least in the offline mode.

@vifactor
Copy link
Collaborator Author

I tried in offline too. I will check it in online a bit later

@vifactor
Copy link
Collaborator Author

online mode seem to work too:
image

@alexmucde alexmucde merged commit 26b051c into master Oct 24, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants