-
Notifications
You must be signed in to change notification settings - Fork 78
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
sf project retrieve not working properly for permission sets #2543
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
I followed your steps but can't repro
does |
@cristiand391 I tested with an apex class permission and it's working, could you please test with adding a FLS instead ? On my side I reproduce it with FLS. |
I thought it was fixed in 2.16.7 but it's finally not. |
Hey, sorry for the late reply 👋🏼 triaging old issues... I tried again as suggested adding a FLS instead, also changing object permissions in both a standard and custom object but I'm always able to retrieve both the permset and permset group
If you or anyone else experience this, getting a repro on GH would help us debug this much faster. Thanks! |
Sorry, was expecting the label would trigger the GH bot. If anyone got a repro please open a new issue as it might be a MD-specific bug. |
Summary
With source tracking enabled, the command
sf project retrieve start --ignore-conflicts
is not working properly when we are working with Permission Set Groups.If a permission set is changed, only the PermissionSetGroup that contains the changed permission set is retrieved instead of the permission set itself.
Steps To Reproduce
sf project retrieve start --ignore-conflicts
sf project retrieve start --ignore-conflicts
Expected result
The permission set changes should be retrieved
Actual result
Only the Permission Set Group is retrieved
System Information
The text was updated successfully, but these errors were encountered: