Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0053891
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminorhave not tried2023-11-07 13:592023-11-07 14:27
ReporterablascoView Statuspublic 
Assigned ToTriage Platform Base 
PrioritynormalResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0053891: Triggers declared with insert, update, delete=false contains INSERTING, UPDATING, DELETING conditionals

DescriptionSome 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 SolutionIn VSCODE we can use regexp to check this cases.
- (insert="false"(?:.|\n)*INSERTING)
- (update="false"(?:.|\n)*UPDATING)
- (delete="false"(?:.|\n)*DELETING)
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- 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
Powered by Mantis Bugtracker