Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0056151 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [POS2] Core | major | always | 2024-08-01 14:42 | 2024-08-14 07:22 | |||
Reporter | kchoperena | View Status | public | |||||
Assigned To | adrianromero | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | 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 | 0056151: ESLINT rule issue import/no-extraneous-dependencies | |||||||
Description | CI is raising an error related to the org.openbravo.events.client module: /srv/ci/workspace/mod-simple-ci65.52004/modules/org.openbravo.events.client/web-jspack/org.openbravo.events.client/src/components/EventsLoginDialog/EventsLoginDialog.jsx 13:1 error 'org.openbravo.events.client' should be listed in the project's dependencies. Run 'npm i -S org.openbravo.events.client' to add it import/no-extraneous-dependencies /srv/ci/workspace/mod-simple-ci65.52004/modules/org.openbravo.events.client/web-jspack/org.openbravo.events.client/src/components/MainMessagesManagerContentPOS.jsx 13:1 error 'org.openbravo.events.client' should be listed in the project's dependencies. Run 'npm i -S org.openbravo.events.client' to add it import/no-extraneous-dependencies 14:1 error 'org.openbravo.events.client' should be listed in the project's dependencies. Run 'npm i -S org.openbravo.events.client' to add it import/no-extraneous-dependencies 15:1 error 'org.openbravo.events.client' should be listed in the project's dependencies. Run 'npm i -S org.openbravo.events.client' to add it import/no-extraneous-dependencies 16:1 error 'org.openbravo.events.client' should be listed in the project's dependencies. Run 'npm i -S org.openbravo.events.client' to add it import/no-extraneous-dependencies 17:1 error 'org.openbravo.events.client' should be listed in the project's dependencies. Run 'npm i -S org.openbravo.events.client' to add it import/no-extraneous-dependencies 18:1 error 'org.openbravo.events.client' should be listed in the project's dependencies. Run 'npm i -S org.openbravo.events.client' to add it import/no-extraneous-dependencies | |||||||
Steps To Reproduce | Check execution log of: https://builds.openbravo.com/job/mod-simple/97301/artifact/jslint.log/*view*/ [^] | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Notes | |
(0167625) hgbot (developer) 2024-08-02 08:52 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.client/-/merge_requests/78 [^] |
(0167741) hgbot (developer) 2024-08-06 11:51 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.client/-/merge_requests/78 [^] |
(0167742) hgbot (developer) 2024-08-06 11:51 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.client [^] Changeset: 4e7508e623a62cf1b6714358002e15174ded9622 Author: Adrián Romero <adrian.romero@openbravo.com> Date: 06-08-2024 09:51:32 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.client/-/commit/4e7508e623a62cf1b6714358002e15174ded9622 [^] Fixes ISSUE-56151: ESLINT rule issue import/no-extraneous-dependencies --- M web-jspack/org.openbravo.events.client/src/components/EventsLoginDialog/EventsLoginDialog.jsx M web-jspack/org.openbravo.events.client/src/components/EventsLoginDialog/EventsLoginDialog.scss M web-jspack/org.openbravo.events.client/src/components/MainMessagesManagerContentPOS.jsx --- |
(0167743) hgbot (developer) 2024-08-06 11:51 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.client [^] Changeset: 383b4783d8c22f8758b3e01128416ef9a56c1b40 Author: Natalia Jiménez <natalia.jimenez@openbravo.com> Date: 06-08-2024 09:51:32 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.client/-/commit/383b4783d8c22f8758b3e01128416ef9a56c1b40 [^] Fixes ISSUE-56151: Fixed icons shown in events dialog component --- M web-jspack/org.openbravo.events.client/src/components/EventsLoginDialog/EventsLoginDialog.jsx M web-jspack/org.openbravo.events.client/src/components/EventsLoginDialog/EventsLoginDialog.scss --- |
(0168059) hgbot (developer) 2024-08-14 07:22 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.portugal.fiscalization [^] Changeset: ab9240ffe8b981fa8958e879a14e85573c3832a5 Author: Inigo Fernandez <inigo.fernandez@openbravo.com> Date: 12-08-2024 10:41:48 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.portugal.fiscalization/-/commit/ab9240ffe8b981fa8958e879a14e85573c3832a5 [^] [CornerStores] Resolved merge conflicts (ISSUE-56151) --- M web/org.openbravo.localization.portugal.fiscalization/source/events/PTFISFiscalizationEventHandler.js --- |
Issue History | |||
Date Modified | Username | Field | Change |
2024-08-01 14:42 | kchoperena | New Issue | |
2024-08-01 14:42 | kchoperena | Assigned To | => Triage Platform Base |
2024-08-01 14:42 | kchoperena | Triggers an Emergency Pack | => No |
2024-08-01 15:07 | adrianromero | Assigned To | Triage Platform Base => adrianromero |
2024-08-01 15:07 | adrianromero | Status | new => scheduled |
2024-08-02 08:52 | hgbot | Note Added: 0167625 | |
2024-08-06 11:51 | hgbot | Note Added: 0167741 | |
2024-08-06 11:51 | hgbot | Resolution | open => fixed |
2024-08-06 11:51 | hgbot | Status | scheduled => closed |
2024-08-06 11:51 | hgbot | Note Added: 0167742 | |
2024-08-06 11:51 | hgbot | Note Added: 0167743 | |
2024-08-14 07:22 | hgbot | Note Added: 0168059 |
Copyright © 2000 - 2009 MantisBT Group |