Skip to content

Bugfix: Improved Conditional Visibility for 'HTTP Response' Page Section

Compare
Choose a tag to compare
@jongpie jongpie released this 29 Jan 03:40
· 47 commits to main since this release
21e02ac

Core Unlocked Package Changes

Improved conditional visibility for 'HTTP Response' page section

  • Fixed #616 (originally discussed in #586) by updating the conditional visibility rules on the flexipage LogEntryRecordPage. Now, the 'HTTP Response' section will show up if any of these 3 conditions are true:

    • HttpResponseStatus__c != null (existing check)
    • HasHttpResponseBody__c == true
    • HasHttpResponseHeaderKeys__c == true
  • Fixed some test failures in ComponentLogger_Tests that occurred when running in a namespaced context

  • Added the new-ish Analytics standard tab to the navigation items in the LoggerConsole app. This tab is generally available (GA) as of Salesforce's Summer '23 release.

    image

Pipeline Changes

  • Upgraded most of the devDependencies in package.json, including the sf cli
  • Hopefully fixed package generation for the managed package by including an empty copy of Admin.profile-meta.xml ಥ_ಥ
  • Updated both sfdx-project.json files (1 for the unlocked package & 1 for the managed package) to use the new flag "scopeProfiles": true

Installation Info

Core Unlocked Package - no namespace

Full Changelog: v4.12.7...v4.12.8