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

Emojis in Logging Level not shown in relatedLogEntries LWC #805

Open
zimny349 opened this issue Nov 27, 2024 · 1 comment
Open

Emojis in Logging Level not shown in relatedLogEntries LWC #805

zimny349 opened this issue Nov 27, 2024 · 1 comment
Assignees
Labels
Feature: Related Log Entries LWC Items related to the relatedLogEntries LWC Layer: Log Management Items related to the custom objects & Logger Console app Type: Bug Something isn't working

Comments

@zimny349
Copy link

Package Edition of Nebula Logger

Managed Package

Package Version of Nebula Logger

v4.14.0

New Bug Summary

In v.4.14.0 managed package release, LogEntry__c.LoggingLevelWithImage__c field got deprecated in favor of adding the emojis directly into picklist value labels of LogEntry__c.LoggingLevel__c field.

However, these emojis do not show up in the relatedLogEntries LWC - it looks like it's showing picklist value API names instead of labels there.
image

As seen above, you can still work around this limitation by using a field set with the old LogEntry__c.LoggingLevelWithImage__c field, at least until it gets removed.

@zimny349 zimny349 added the Type: Bug Something isn't working label Nov 27, 2024
@jongpie
Copy link
Owner

jongpie commented Dec 16, 2024

@zimny349 thanks for reporting this & apologies for the late response! I might be able to handle this in the LWC's Apex controller so it returns the emojis as well. I'll look into this in the coming weeks.

@jongpie jongpie self-assigned this Dec 16, 2024
@jongpie jongpie added the Feature: Related Log Entries LWC Items related to the relatedLogEntries LWC label Dec 16, 2024
@jongpie jongpie added the Layer: Log Management Items related to the custom objects & Logger Console app label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: Related Log Entries LWC Items related to the relatedLogEntries LWC Layer: Log Management Items related to the custom objects & Logger Console app Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants