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
-
Core Unlocked Package Changes
Worked with @jamessimone to troubleshoot & fix some additional issues in the
logEntryMetadataViewer
LWC that prevented the 'View Full Source' button from showing up for non-admins. This involved 3 related changesLoggerAdmin
,LoggerLogViewer
,LoggerEndUser
for the Apex classLogEntryMetdataViewerController
to fix some permission errors that could occur in some orgs/situations.logEntryMetadataViewer
LWC to imperatively call Apex controller methods - using the@wire
annotation 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 04t5Y000001MkHbQAK
sfdx force:package:install --wait 20 --securitytype AdminsOnly --package 04t5Y000001MkHbQAK
This 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