Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0053891 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
defect | [Openbravo ERP] A. Platform | minor | have not tried | 2023-11-07 13:59 | 2023-11-07 14:27 | |||||||
Reporter | ablasco | View Status | public | |||||||||
Assigned To | Triage Platform Base | |||||||||||
Priority | normal | Resolution | open | Fixed in Version | ||||||||
Status | new | 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 | ||||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
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) | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
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 | Modules | => Core |
2023-11-07 13:59 | ablasco | Triggers an Emergency Pack | => No |
2023-11-07 14:27 | ablasco | Proposed Solution updated |
Copyright © 2000 - 2009 MantisBT Group |