Skip to content

Fixed logEntryMetadataViewer LWC's 'View Full Source' button not showing for non-admins

Compare
Choose a tag to compare
@jongpie jongpie released this 18 Apr 01:33
· 11 commits to main since this release
de8088d

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 changes

    1. Added ApexClass access in the permission sets LoggerAdmin, LoggerLogViewer, LoggerEndUser for the Apex class LogEntryMetdataViewerController to fix some permission errors that could occur in some orgs/situations.
    2. Fixed some excessively large whitespace in the LWC caused by a present-but-not-visible spinner.
    3. Updated the 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