This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 100
Additionally attributes in sfdx-project.json is blocked #1329
Comments
Agree! I'm currently using the "tags" attribute to handle custom attribute needs 😄 |
azlam-abdulsalam
added
bug
Something isn't working
and removed
analysis
To be decided on how to solution/fix
labels
Jun 15, 2023
Hi @Schuchie Can you please update your sfpowerscripts version (20.20.3 > min 20.26.2). The additional property function was activated with version 20.26.2 in the february 26 release. Please test it and give a small feedback. Thx and Regards Ronny |
Hey @Rocko1204 ,
|
azlam-abdulsalam
pushed a commit
that referenced
this issue
Jun 23, 2023
fixes #1329, sfpowerscripts earlier used to error out when new additional attributes are encountered in sfdx-project.json. This option was later disabled, when the schema was allowed tfor additional enhancements in sfdc li . This fchange request rather enahnces it to display warning for itemms that are not supported by sfpowerscripts but don not error out fixes #1329
azlam-abdulsalam
pushed a commit
that referenced
this issue
Aug 11, 2023
fixes #1329, sfpowerscripts earlier used to error out when new additional attributes are encountered in sfdx-project.json. This option was later disabled, when the schema was allowed tfor additional enhancements in sfdc li . This fchange request rather enahnces it to display warning for itemms that are not supported by sfpowerscripts but don not error out fixes #1329
5 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
The validation of the sfdx-project.json in sfpowerscripts blocks the extension from the sfdx-project.json. Sfpowerscripts should only validate json ranges that are managed by Sfpowerscript or just throw an warning. Otherwise third party extensions will be blocked or prevented from adding properties e.g. to the packages.
To Reproduce
Steps to reproduce the behavior:
For example add a property to the one of the package, which is not included/supported by sfpowerscripts, but in another package:
Expected behavior
No error happens on running the command
sfdx sfpowerscripts:dependency:shrink
Screenshots/Log
Platform Details (please complete the following information):
Additional context
Similar issue as #1256
The text was updated successfully, but these errors were encountered: