JacquesLeRoux commented on PR #919: URL: https://github.com/apache/ofbiz-framework/pull/919#issuecomment-3605991063
This is the comment I propose: ``` ############################################################################### # With https://issues.apache.org/jira/browse/OFBIZ-13314 a change has been here to allow disabling several components # A side effect is that you need to disable at least one component. By defaut it's birt component. # It's then complicate if you want to enable the birt component without disabling any other component. # A solution for that is to revert the changes done by https://github.com/apache/ofbiz-framework/pull/919 # Fortunately it's also easy to be done by hand. OFBIZ_DISABLE_COMPONENTS=${OFBIZ_DISABLE_COMPONENTS:-plugins/birt/ofbiz-component.xml} } ``` Please confirm it's OK with you -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
