Skip to content

Summer 26 updates - #2

Draft
tschug wants to merge 10 commits into
mainfrom
summer-26-updates
Draft

tschug wants to merge 10 commits into
mainfrom
summer-26-updates

Conversation

@tschug

@tschug tschug commented Aug 26, 2026

Copy link
Copy Markdown
Owner

No description provided.

tschug added 10 commits August 25, 2026 23:50
- Code Analyzer security findings: class is now with sharing; the getDurableId SOQL uses WITH SYSTEM_MODE.
- Custom Permission + Permission Set gate: added Manage_Problem_Profiles custom permission and Problem_Profile_Editor_Access permission set (custom permission + Apex class access + tab visibility). Enforced server-side in both @AuraEnabled methods via FeatureManagement.checkPermission.
- `window.open` → hidden-anchor fix (profileEditor.html/.js): added a hidden `<a lwc:ref="hiddenLink"> with rel="noopener noreferrer"`; `generateUrl()` now sets its href and calls `.click()` instead of `window.open()`.
-  Custom Permission gate: Enforced client-side via `@salesforce/customPermission/Manage_Problem_Profiles` gating the whole card behind an access-denied message.
- Jest tests: added __tests__ suites for profileEditor (anchor-click navigation, button enable/disable, reset, access-denied) and lwcComboBoxSearch (filtering, selection, clear).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant