-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
decomposePermissionSetBeta enabled project folder results in broken delta package that includes invalid members #1024
Comments
Hi @kmelessanakis! Thanks for raising this issue and thanks for contributing in making this project better! How can I reproduce this issue with your data please ? (do you have an example of the folder and file structure please ?) Also, can you show the result of this command please : |
This is the folder structure that is a result of permissionset decomposition and this is the diff result
To reproduce this issue create a new sfdx project. Enable permissionset decomposition then retrieve any permission set and build a diff between two commits. The result you should get will contain the issue |
What is the version of the plugin you use to experience this issue please @kmelessanakis ? |
The examples i provided were generated by using |
I think I see what is the issue here |
Yes that is correct as the project configuration was implemented before beta 2 was available. Does that mean that v1 will not be supported? |
What is the problem?
When generating a delta package for a project folder that contains decomposed permission sets there are extra elements that break the deployment
What is the parameter and the value you used with it?
sf sgd source delta -f "HEAD~2" -t HEAD -o .
What is the expected result?
What is the actual result?
Steps to reproduce
Retrieve a permission set with the decomposePermissionSetBeta enabled
The text was updated successfully, but these errors were encountered: