Add support for partial module lists#17
Merged
achimfritz merged 1 commit intob13:mainfrom Feb 27, 2025
Merged
Conversation
achimfritz
approved these changes
Feb 19, 2025
Build/Packages/permission-sets-examples/Configuration/PermissionSets/some-web-modules.yaml
Outdated
Show resolved
Hide resolved
c5717f4 to
c567787
Compare
Contributor
|
hm, you can already use for your use case, so i think this change is not required? |
Contributor
Author
Yeah, but the code allows Maybe it's better then to change the syntax to modules: ['web_list', 'web_layout'](leaving out the top-level module keys). What do you think?
Good catch, will fix that. |
c567787 to
87d0057
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds support for a partial list of modules in addition to
['*']for including all modules.Edit: I included a test, but the workflow does not yet run, so I don't know if it's green. The change works for me locally.