Project:
View Revisions: Issue #46769 | [ Back to Issue ] | ||
Summary | 0046769: Remove redundant TicketLineComponentRegistry API | ||
Revision | 2021-05-20 19:26 by caristu | ||
Description | The TicketLineComponentRegistry[1] is an infrastructure that allows to select a previously registered component as the component to represent the ticket information when a given condition is met. This very same behavior can be implemented by using the standard configuration set and configuration set values. So in order to avoid having multiple APIs that can be used for the same purposes which can be confusing for developers, we should remove this API and replace its usages with configuration sets. [1] https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/blob/master/web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLineComponentRegistry.js [^] |
||
Revision | 2021-05-20 19:24 by caristu | ||
Description | The TicketLineComponentRegistry is an infrastructure that allows to select a previously registered component as the component to represent the ticket information when a given condition is met. This very same behavior can be implemented by using the standard configuration set and configuration set values. So in order to avoid having multiple APIs that can be used for the same purposes which can be confusing for developers, we should remove this API and replace its usages with configuration sets. |
Copyright © 2000 - 2009 MantisBT Group |