v4.13.8 - Fixed logEntryMetadataViewer LWC's 'View Full Source' button not showing for non-admins #673
jongpie
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Core Unlocked Package Changes
Worked with @jamessimone to troubleshoot & fix some additional issues in the
logEntryMetadataViewerLWC that prevented the 'View Full Source' button from showing up for non-admins. This involved 3 related changesLoggerAdmin,LoggerLogViewer,LoggerEndUserfor the Apex classLogEntryMetdataViewerControllerto fix some permission errors that could occur in some orgs/situations.logEntryMetadataViewerLWC to imperatively call Apex controller methods - using the@wireannotation caused weird, silent failures when calling the Apex methods, but calling it imperatively seems to work wonderfully (and is more consistent with how the other LWCs in Nebula Logger are written).Installation Info
Core Unlocked Package - no namespace
Full Changelog: v4.13.7...v4.13.8
sf package install --wait 20 --security-type AdminsOnly --package 04t5Y000001MkHbQAKsfdx force:package:install --wait 20 --securitytype AdminsOnly --package 04t5Y000001MkHbQAKThis discussion was created from the release Fixed logEntryMetadataViewer LWC's 'View Full Source' button not showing for non-admins.
Beta Was this translation helpful? Give feedback.
All reactions