Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[User Subform] Fix permission set lookup #2144

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

stkillen
Copy link
Contributor

@stkillen stkillen commented Oct 1, 2024

Summary

Problem
Permission lookup for assigning permission sets to users use an incorrect pattern of skipping the OnValidate trigger. This causes an issue when for example using F8 to copy a line after selecting one using the lookup.

Solution
Do not skip validation, instead set a filter on lookup which is used in the OnValidate trigger.

Work Item(s)

Fixes AB#477318

@stkillen stkillen requested a review from a team as a code owner October 1, 2024 14:02
@github-actions github-actions bot added this to the Version 26.0 milestone Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants