Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0049012 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
design defect | [POS2] Core | major | have not tried | 2022-04-08 12:00 | 2022-04-08 12:00 | |||||||
Reporter | jarmendariz | View Status | public | |||||||||
Assigned To | Triage Platform Base | |||||||||||
Priority | normal | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Any | Database | Any | Java version | ||||||||
OS Version | Database version | Ant version | ||||||||||
Product Version | SCM revision | |||||||||||
Review Assigned To | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0049012: Remove peer dependencies of local OB modules | |||||||||||
Description | Currently we're using the peerDependencies mechanism to add references to other modules and make imports more readable. import * from 'org.openbravo.core2/mycode'; But starting from npm8, peer dependencies are forced to be installed and this have two disadvantages: - Increases the build time - Adds references to the other module in the package-lock file For this reason we consider convenient to remove this peerDependency in all modules where applicable and think in some aliasing mechanism to preserve the way we use to reference other modules in js code. | |||||||||||
Steps To Reproduce | See description | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
Issue History | |||
Date Modified | Username | Field | Change |
2022-04-08 12:00 | jarmendariz | New Issue | |
2022-04-08 12:00 | jarmendariz | Assigned To | => Triage Platform Base |
2022-04-08 12:00 | jarmendariz | Triggers an Emergency Pack | => No |
2022-04-08 12:00 | jarmendariz | Relationship added | related to 0048870 |
2022-04-11 10:06 | jarmendariz | Relationship added | blocks 0049023 |
Copyright © 2000 - 2009 MantisBT Group |