Openbravo Issue Tracking System - POS2
View Issue Details
0049786POS2Corepublic2022-07-12 13:322022-07-13 09:12
shuehner 
jarmendariz 
normalmajorhave not tried
closedfixed 
5
 
22Q4 
Automated tests
2022-07-01
https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/faac63f5f2bbe517f9d94a23f93951481a445e9f [^]
No
0049786: Fix core2 npm lockfile version (to be v2 for node16) as that was accidentally undone in 49704
Merge done in issue 49704 contains commit:

https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/faac63f5f2bbe517f9d94a23f93951481a445e9f [^]

Which change package-lock.json file entirely undoing upgrade to lockfileVersion=2 which was done with the move to node16.

That causes warning that this is inconsistent to show up again on every npm install
npm WARN old lockfile
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile
i.e. run "npm install" in workspace containing core2
Redo lockfileVersion=2 conversion
No tags attached.
caused by feature request 0049704 closed jonae Project search phase 3: Support for hierarchical data in search filters 
Issue History
2022-07-12 13:32shuehnerNew Issue
2022-07-12 13:32shuehnerAssigned To => Triage Platform Base
2022-07-12 13:32shuehnerTriggers an Emergency Pack => No
2022-07-12 13:32shuehnerRelationship addedcaused by 0049704
2022-07-12 13:33shuehnerRegression level => Automated tests
2022-07-12 13:33shuehnerRegression date => 2022-07-01
2022-07-12 13:33shuehnerRegression introduced by commit => https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/faac63f5f2bbe517f9d94a23f93951481a445e9f [^]
2022-07-12 16:50jarmendarizAssigned ToTriage Platform Base => jarmendariz
2022-07-12 16:50jarmendarizStatusnew => acknowledged
2022-07-12 16:54hgbotNote Added: 0139273
2022-07-13 09:12hgbotResolutionopen => fixed
2022-07-13 09:12hgbotStatusacknowledged => closed
2022-07-13 09:12hgbotNote Added: 0139291
2022-07-13 09:12hgbotFixed in Version => 22Q4
2022-07-13 09:12hgbotNote Added: 0139292

Notes
(0139273)
hgbot   
2022-07-12 16:54   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/797 [^]
(0139291)
hgbot   
2022-07-13 09:12   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/797 [^]
(0139292)
hgbot   
2022-07-13 09:12   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 5982f2885d880aae0b03b789f198a97a2f5b2491
Author: Javier Armendáriz <javier.armendariz@openbravo.com>
Date: 12-07-2022 16:53:55
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/5982f2885d880aae0b03b789f198a97a2f5b2491 [^]

Fixed ISSUE-49786: Reverting accidental conversion of lockfile to version 1

---
M web-jspack/org.openbravo.core2/package-lock.json
---