Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012596 | Openbravo ERP | A. Platform | public | 2010-03-08 16:10 | 2010-04-07 11:30 |
|
Reporter | plujan | |
Assigned To | marvintm | |
Priority | urgent | Severity | major | Reproducibility | random |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP1 | |
Target Version | 2.50MP14 | Fixed in Version | 2.50MP14 | |
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 | 0012596: C_TAX_TRG.xml is not activated after an install.source |
Description | I've performed an install.source. After that, I created a Tax Rate. When navigating to Accounting tab, I saw no accounting.
This behavior was caused when executing an install.source in an Oracle database. It also could be reproduced in Hudson CI environment. |
Steps To Reproduce | 1. In an Oracle database, run an install.source
2. Login as an Admin and go to Financial Management > Accounting > Setup > Tax Rate
3. Create a new tax rate.
4. Move to Accounting tab. There is no data there.
5. Go into the database and check the trigger C_tax_trg. It was not created. |
Proposed Solution | |
Additional Information | |
Tags | Regression |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-03-08 16:10 | plujan | New Issue | |
2010-03-08 16:10 | plujan | Assigned To | => marvintm |
2010-03-08 16:10 | plujan | OBNetwork customer | => No |
2010-03-08 16:11 | plujan | Status | new => scheduled |
2010-03-08 16:11 | plujan | fix_in_branch | => pi |
2010-03-08 16:25 | plujan | Reproducibility | have not tried => random |
2010-03-08 16:25 | plujan | fix_in_branch | pi => |
2010-03-09 20:54 | plujan | Note Added: 0025196 | |
2010-03-11 10:01 | hgbot | Checkin | |
2010-03-11 10:01 | hgbot | Note Added: 0025232 | |
2010-03-11 10:01 | hgbot | Status | scheduled => resolved |
2010-03-11 10:01 | hgbot | Resolution | open => fixed |
2010-03-11 10:01 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/99e483f330eaa4415652e5361b87121168d60de5 [^] |
2010-03-12 15:41 | shuehner | Note Added: 0025296 | |
2010-03-12 15:41 | shuehner | Status | resolved => closed |
2010-03-12 15:41 | shuehner | Fixed in Version | => 2.50MP14 |
2010-03-12 22:41 | hudsonbot | Checkin | |
2010-03-12 22:41 | hudsonbot | Note Added: 0025424 | |
2010-03-13 00:00 | anonymous | sf_bug_id | 0 => 2969676 |
2010-03-17 15:42 | psarobe | Tag Attached: Regression | |
2010-04-07 11:30 | psarobe | version | pi => 2.50MP1 |
Notes |
|
(0025196)
|
plujan
|
2010-03-09 20:54
|
|
Additional information.
In order to reproduce it, after an install.source you have to follow these steps:
*Activate the instance
*Enable Heartbeat
*Install IDL (requires rebuilding)
*Install Spanish Localization Pack. After rebuilding, trigger is not present anymore. |
|
|
(0025232)
|
hgbot
|
2010-03-11 10:01
|
|
Repository: erp/devel/pi
Changeset: 99e483f330eaa4415652e5361b87121168d60de5
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed Mar 10 17:52:00 2010 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/99e483f330eaa4415652e5361b87121168d60de5 [^]
Fixed issue 12596. Triggers will be loaded in the restricted models, so that if a table not belonging to the updated module is recreated, the triggers are also recreated. Also, done a change so that the same thing doesn't happen with NOT NULL restrictions.
---
M src-db/database/lib/dbsourcemanager.jar
---
|
|
|
|
Tested steps to reproduce in pi rev: e6ff1e964bd7. After that process and doing export.database no unexpected trigger deletion were noticed.
-> Closing as fixed |
|
|
|
|