Openbravo Issue Tracking System - Openbravo ERP | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0053891 | Openbravo ERP | A. Platform | public | 2023-11-07 13:59 | 2023-11-07 14:27 |
| Reporter | ablasco | ||||
| Assigned To | Triage Platform Base | ||||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | new | Resolution | open | ||
| Platform | OS | 5 | OS Version | ||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Merge Request Status | |||||
| Review Assigned To | |||||
| OBNetwork customer | No | ||||
| Web browser | |||||
| Modules | Core | ||||
| Support ticket | |||||
| Regression level | |||||
| Regression date | |||||
| Regression introduced in release | |||||
| Regression introduced by commit | |||||
| Triggers an Emergency Pack | No | ||||
| Summary | 0053891: Triggers declared with insert, update, delete=false contains INSERTING, UPDATING, DELETING conditionals | ||||
| Description | Some triggers have a dependency code when its INSERTING, UPDATING or DELETING and it could not fire when insert, update and delete action is set to false. ONInsert - AD_TREENODE_TRG ( openbravo ) - C_INVOICEDISCOUNT_TRG ( openbravo ) - C_ORDERDISCOUNT_TRG ( openbravo ) - GL_JOURNAL_TRG ( openbravo ) ONDelete - API_EVENTS_MOD_TRG ( org.openbravo.api ) - CNC_PUBLIC_EVENTS_MOD_TRG ( org.openbravo.events.core ) - OBPOS_PAYMENTMETHOD_TYPE_TRG ( org.openbravo.retail.posterminal ) - OBPOS_PRINT_TEMPLATE_MOD_TRG ( org.openbravo.retail.posterminal ) - C_BPARTNER_LOCATION_TRG ( openbravo ) - M_MATCHPO_TRG ( openbravo ) | ||||
| Steps To Reproduce | * | ||||
| Proposed Solution | In VSCODE we can use regexp to check this cases. - (insert="false"(?:.|\n)*INSERTING) - (update="false"(?:.|\n)*UPDATING) - (delete="false"(?:.|\n)*DELETING) | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2023-11-07 13:59 | ablasco | New Issue | |||
| 2023-11-07 13:59 | ablasco | Assigned To | => Triage Platform Base | ||
| 2023-11-07 13:59 | ablasco | OBNetwork customer | => No | ||
| 2023-11-07 13:59 | ablasco | Modules | => Core | ||
| 2023-11-07 13:59 | ablasco | Triggers an Emergency Pack | => No | ||
| 2023-11-07 14:27 | ablasco | Proposed Solution updated | |||
| There are no notes attached to this issue. |