Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0022304 | Openbravo ERP | A. Platform | public | 2012-11-14 16:02 | 2013-04-16 19:18 |
|
Reporter | mirurita | |
Assigned To | shankarb | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | pi | |
Target Version | | Fixed in Version | 3.0MP23 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
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 | 0022304: When exporting false positive warning (is not part of a foreign key constraint) are shown for computed columns |
Description | When exporting false positive warning (is not part of a foreign key constraint) are shown for computed columns |
Steps To Reproduce | 1) Create a computed column for C_Invoice table
2) Assign a obuisel_selector reference
3) ant export.database
Foreign Key Column C_INVOICE.myComputedColumn is not part of a foreign key constraint.
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | FixIsse22304.diff (1,023) 2013-04-07 10:27 https://issues.openbravo.com/file_download.php?file_id=6077&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2012-11-14 16:02 | mirurita | New Issue | |
2012-11-14 16:02 | mirurita | Assigned To | => AugustoMauch |
2012-11-14 16:02 | mirurita | Modules | => Core |
2012-11-14 16:02 | mirurita | OBNetwork customer | => No |
2013-04-04 12:39 | shankarb | Assigned To | AugustoMauch => shankarb |
2013-04-07 10:20 | shankarb | Status | new => scheduled |
2013-04-07 10:20 | shankarb | Note Added: 0057771 | |
2013-04-07 10:20 | shankarb | fix_in_branch | => pi |
2013-04-07 10:25 | shankarb | File Added: FixIsse22304.diff | |
2013-04-07 10:26 | shankarb | File Deleted: FixIsse22304.diff | |
2013-04-07 10:27 | shankarb | File Added: FixIsse22304.diff | |
2013-04-10 04:05 | shankarb | Review Assigned To | => AugustoMauch |
2013-04-10 04:05 | shankarb | Triggers an Emergency Pack | => No |
2013-04-10 04:05 | shankarb | fix_in_branch | pi => |
2013-04-10 04:05 | shankarb | Issue Monitored: AugustoMauch | |
2013-04-10 04:06 | hgbot | Checkin | |
2013-04-10 04:06 | hgbot | Note Added: 0057817 | |
2013-04-10 04:06 | hgbot | Status | scheduled => resolved |
2013-04-10 04:06 | hgbot | Resolution | open => fixed |
2013-04-10 04:06 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/8a61ab52b20b60a0d2e8ca084bdd325010e6ea64 [^] |
2013-04-11 15:37 | AugustoMauch | Note Added: 0057844 | |
2013-04-11 15:37 | AugustoMauch | Status | resolved => closed |
2013-04-11 15:37 | AugustoMauch | Fixed in Version | => 3.0MP23 |
2013-04-16 19:18 | hudsonbot | Checkin | |
2013-04-16 19:18 | hudsonbot | Note Added: 0057951 | |
Notes |
|
(0057771)
|
shankarb
|
2013-04-07 10:20
|
|
Fix attached to the Issue. Will be pushed after pi is open for new commits. |
|
|
(0057817)
|
hgbot
|
2013-04-10 04:06
|
|
Repository: erp/devel/pi
Changeset: 8a61ab52b20b60a0d2e8ca084bdd325010e6ea64
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Sun Apr 07 13:56:44 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/8a61ab52b20b60a0d2e8ca084bdd325010e6ea64 [^]
Fixes Issue 0022304: Ignoring computed columns for foreign key validation
Computed columns are ignored when columns are checked for foreign key constraints
---
M src/org/openbravo/service/system/DatabaseValidator.java
---
|
|
|
|
Code reviewed and verified in pi@57cbb59b1aca |
|
|
|
|