v4.12.8 - Bugfix: Improved Conditional Visibility for 'HTTP Response' Page Section #619
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
Improved conditional visibility for 'HTTP Response' page section
Fixed Show HTTP Response section on Log Entry Record Page for Apex Continuation #616 (originally discussed in Show HTTP Response section on Log Entry Record Page for Apex Continuation #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 aretrue
: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 contextAdded 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.
Pipeline Changes
devDependencies
inpackage.json
, including thesf
cliAdmin.profile-meta.xml
ಥ_ಥ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
sf package install --wait 20 --security-type AdminsOnly --package 04t5Y000001Mk6cQAC
sfdx force:package:install --wait 20 --securitytype AdminsOnly --package 04t5Y000001Mk6cQAC
This discussion was created from the release Bugfix: Improved Conditional Visibility for 'HTTP Response' Page Section.
Beta Was this translation helpful? Give feedback.
All reactions