Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0024264 | Openbravo ERP | 09. Financial management | public | 2013-07-03 17:19 | 2013-10-24 09:00 |
|
Reporter | jonalegriaesarte | |
Assigned To | ngarcia | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP29 | Fixed in Version | 3.0MP29 | |
Merge Request Status | |
Review Assigned To | egoitz |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 22148 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0024264: The c_elementvalue_trg is performing and update when it is not needed. Can cause performance issues in some cases. |
Description | The c_elementvalue_trg is performing and update when it is not needed. Can cause performance issues in some cases.
The update is:
UPDATE Fact_Acct SET AcctValue=:new.VALUE,AcctDescription=:new.NAME WHERE
Account_ID=:new.C_ElementValue_ID;
and it is performed always, although it is not needed. |
Steps To Reproduce | - Change the isactive field of a c_elementvalue
- Notice that the update is performed |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-07-03 17:19 | jonalegriaesarte | New Issue | |
2013-07-03 17:19 | jonalegriaesarte | Assigned To | => jonalegriaesarte |
2013-07-03 17:19 | jonalegriaesarte | Modules | => Core |
2013-07-03 17:19 | jonalegriaesarte | OBNetwork customer | => Yes |
2013-07-03 17:19 | jonalegriaesarte | Support ticket | => 22148 |
2013-07-03 17:19 | jonalegriaesarte | Triggers an Emergency Pack | => No |
2013-08-19 16:47 | jonalegriaesarte | Target Version | 3.0MP27 => 3.0MP28 |
2013-09-16 13:18 | jonalegriaesarte | Target Version | 3.0MP28 => 3.0MP29 |
2013-10-17 00:54 | jonalegriaesarte | Assigned To | jonalegriaesarte => ngarcia |
2013-10-17 17:20 | ngarcia | Summary | The c_element_value_trg is performing and update when it is not needed. Can cause performance issues in some cases. => The c_elementvalue_trg is performing and update when it is not needed. Can cause performance issues in some cases. |
2013-10-17 17:20 | ngarcia | Description Updated | bug_revision_view_page.php?rev_id=5127#r5127 |
2013-10-17 17:20 | ngarcia | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=5129#r5129 |
2013-10-22 09:21 | hgbot | Checkin | |
2013-10-22 09:21 | hgbot | Note Added: 0061836 | |
2013-10-22 09:21 | hgbot | Status | new => resolved |
2013-10-22 09:21 | hgbot | Resolution | open => fixed |
2013-10-22 09:21 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/5eedba0298f0a461dcea6a5ba2a775263cf8a8b0 [^] |
2013-10-22 23:42 | hudsonbot | Checkin | |
2013-10-22 23:42 | hudsonbot | Note Added: 0061856 | |
2013-10-24 09:00 | egoitz | Review Assigned To | => egoitz |
2013-10-24 09:00 | egoitz | Note Added: 0061874 | |
2013-10-24 09:00 | egoitz | Status | resolved => closed |
2013-10-24 09:00 | egoitz | Fixed in Version | => 3.0MP29 |