Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0011788 | Openbravo ERP | Y. DBSourceManager | public | 2009-12-15 13:19 | 2010-07-14 00:00 |
|
Reporter | nataliaperu | |
Assigned To | marvintm | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP9 | |
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 | 0011788: Triggers are not exported when are added as naming exceptions |
Description | If a trigger is added as a naming exception, and export.database is executed, it is not exported into src-db folder. |
Steps To Reproduce | Create a new module into AD. Set it as "In development".
Add a Naming exception. Use a Trigger, IE c_validcombination_trg.
Save it.
Execute ant export.database |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-12-15 13:19 | nataliaperu | New Issue | |
2009-12-15 13:19 | nataliaperu | Assigned To | => marvintm |
2010-01-04 13:05 | iciordia | OBNetwork customer | => No |
2010-01-04 13:05 | iciordia | Priority | normal => urgent |
2010-01-04 13:05 | iciordia | Status | new => scheduled |
2010-07-01 12:46 | hgbot | Checkin | |
2010-07-01 12:46 | hgbot | Note Added: 0028944 | |
2010-07-01 12:46 | hgbot | Status | scheduled => resolved |
2010-07-01 12:46 | hgbot | Resolution | open => fixed |
2010-07-01 12:46 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/dbsm-main/rev/6109cf53d95653af56babb55362feb1aebf8bf11 [^] |
2010-07-01 12:47 | hgbot | Checkin | |
2010-07-01 12:47 | hgbot | Note Added: 0028945 | |
2010-07-01 12:47 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/dbsm-main/rev/6109cf53d95653af56babb55362feb1aebf8bf11 [^] => http://code.openbravo.com/erp/devel/pi/rev/2fb2af126d29de13301baffe4af0991aa43a6856 [^] |
2010-07-02 14:51 | hudsonbot | Checkin | |
2010-07-02 14:51 | hudsonbot | Note Added: 0029002 | |
2010-07-13 18:05 | iperdomo | Note Added: 0029269 | |
2010-07-13 18:05 | iperdomo | Status | resolved => closed |
2010-07-14 00:00 | anonymous | sf_bug_id | 0 => 3029171 |
Notes |
|
(0028944)
|
hgbot
|
2010-07-01 12:46
|
|
Repository: erp/devel/dbsm-main
Changeset: 6109cf53d95653af56babb55362feb1aebf8bf11
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Jul 01 12:46:08 2010 +0200
URL: http://code.openbravo.com/erp/devel/dbsm-main/rev/6109cf53d95653af56babb55362feb1aebf8bf11 [^]
Fixed issue 11788. Fixed trigger exporting with naming exception
Now, if a trigger was added to a module via a naming exception, it will be exported in that module even if the ad_exception was added through the application. Before it worked like this, but only if the ad_exception had been created by the 2.40-2.50 upgrade utility (and thus, had the name2 column empty).
---
M src/org/apache/ddlutils/platform/ExcludeFilter.java
---
|
|
|
(0028945)
|
hgbot
|
2010-07-01 12:47
|
|
Repository: erp/devel/pi
Changeset: 2fb2af126d29de13301baffe4af0991aa43a6856
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Jul 01 12:46:26 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/2fb2af126d29de13301baffe4af0991aa43a6856 [^]
Fixed issue 11788. Fixed trigger exporting with naming exception
> Now, if a trigger was added to a module via a naming exception, it will be exported in that module even if the ad_exception was added through the application. Before it worked like this, but only if the ad_exception had been created by the 2.40-2.50 upgrade utility (and thus, had the name2 column empty).
---
M src-db/database/lib/dbsourcemanager.jar
---
|
|
|
|
|
|
|
Tested on pi @ rev e12428e2fe3c |
|