Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0057487 | Retail Modules | Retail API | public | 2024-12-18 14:56 | 2025-01-08 12:31 |
|
Reporter | ander_flores | |
Assigned To | ander_flores | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0057487: Multiple subscriptions to client events |
Description | It is required to have Client API instances that allow zero, one or more than one subscription. |
Steps To Reproduce | 1. Create an Event Subscription using the new Event Complete Ticket Proivder as the event.
2. Set to URL to ws://localhost:8090/wslib/devcompleteticket, [^] with test as an Event Subscription Parameter with the value of 1
3. Go to the POS and make an order |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0057598 | | closed | ander_flores | Client API on Ticket Complete event |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2024-12-18 14:56 | ander_flores | New Issue | |
2024-12-18 14:56 | ander_flores | Assigned To | => ander_flores |
2024-12-18 14:56 | ander_flores | Triggers an Emergency Pack | => No |
2024-12-18 16:09 | hgbot | Note Added: 0173450 | |
2024-12-18 16:10 | hgbot | Note Added: 0173451 | |
2024-12-23 12:08 | hgbot | Note Added: 0173623 | |
2024-12-27 16:19 | hgbot | Note Added: 0173701 | |
2025-01-03 09:09 | hgbot | Resolution | open => fixed |
2025-01-03 09:09 | hgbot | Status | new => closed |
2025-01-03 09:09 | hgbot | Note Added: 0173809 | |
2025-01-03 09:09 | hgbot | Note Added: 0173810 | |
2025-01-03 09:10 | hgbot | Note Added: 0173811 | |
2025-01-03 09:10 | hgbot | Note Added: 0173812 | |
2025-01-03 09:11 | hgbot | Note Added: 0173813 | |
2025-01-08 12:31 | ander_flores | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=29020#r29020 |
2025-01-09 11:08 | ander_flores | Relationship added | related to 0057598 |
Notes |
|
(0173450)
|
hgbot
|
2024-12-18 16:09
|
|
|
|
(0173451)
|
hgbot
|
2024-12-18 16:10
|
|
|
|
(0173623)
|
hgbot
|
2024-12-23 12:08
|
|
|
|
(0173701)
|
hgbot
|
2024-12-27 16:19
|
|
|
|
(0173809)
|
hgbot
|
2025-01-03 09:09
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.client [^]
Changeset: 40dd23e29238695697d5f3380f7653a68669617c
Author: Ander Flores <a.flores@orisha.com>
Date: 03-01-2025 09:08:40
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.client/-/commit/40dd23e29238695697d5f3380f7653a68669617c [^]
Fixed ISSUE-57487 RM-12878: Multiple subscriptions to client events
---
A src-db/database/sourcedata/CNC_PUBLIC_EVENTS.xml
A src/org/openbravo/events/client/hooks/CompleteData.java
A src/org/openbravo/events/client/hooks/ECLInvoiceLoaderHook.java
A src/org/openbravo/events/client/hooks/ECLOrderLoaderHook.java
A web/org.openbravo.events.client/source/events/completeTicket/actionPreparations.js
A web/org.openbravo.events.client/source/events/completeTicket/bodyBuilders.js
A web/org.openbravo.events.client/source/events/completeTicket/processExecutor.js
M src-db/database/model/modifiedTables/CNC_EVENTS_SUBS.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-test/org/openbravo/events/client/ClientSubscriptionTest.java
M src/org/openbravo/events/client/ClientSubscriptions.java
M src/org/openbravo/events/client/ECLComponentProvider.java
M src/org/openbravo/events/client/dal/EventSubscriptionEventHandler.java
M web-test/events/eventsflow.test.js
M web/org.openbravo.events.client/source/events/eventsflow.js
---
|
|
|
(0173810)
|
hgbot
|
2025-01-03 09:09
|
|
|
|
(0173811)
|
hgbot
|
2025-01-03 09:10
|
|
|
|
(0173812)
|
hgbot
|
2025-01-03 09:10
|
|
|
|
(0173813)
|
hgbot
|
2025-01-03 09:11
|
|
|