-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fix: Not able to consistently (or globally) overwrite vendor and product #139
base: main
Are you sure you want to change the base?
Conversation
please update the ORD configuration documentation as well otherwise it looks good |
], | ||
"packages": [ | ||
{ | ||
"vendor": "sap:vendor:SAP:" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add a statement, that the overwrites have an effect on products not being generated and packages to reference this product.
@@ -94,8 +94,14 @@ const _getPolicyLevel = (appConfig) => | |||
const _getDescription = (appConfig) => | |||
appConfig.env?.description || defaults.description; | |||
|
|||
const _getProducts = (appConfig) => | |||
appConfig.env?.products || defaults.products(appConfig.packageName); | |||
const _getProducts = (appConfig) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think, we miss that we don't expose the product anymore, if the overwrite happened?!
No description provided.