Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0014255Openbravo ERPA. Platformpublic2010-08-20 12:492010-09-13 12:38
alostale 
alostale 
urgentmajoralways
closedfixed 
5
 
 
Core
No
0014255: New references cannot be used as record identifier
New references cannot be used as part of record identifier because when TableComboData makes use of them it fails.
-Install new UI selectors
-Use a new UI selector in an identifier column
-Open a window with a tableDir to that table
No tags attached.
blocks feature request 0014151 closed mtaal UI Selector issues 
Issue History
2010-08-20 12:49alostaleNew Issue
2010-08-20 12:49alostaleAssigned To => alostale
2010-08-23 10:15hgbotCheckin
2010-08-23 10:15hgbotNote Added: 0030216
2010-08-23 10:15hgbotStatusnew => resolved
2010-08-23 10:15hgbotResolutionopen => fixed
2010-08-23 10:15hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/049d290491bbbc0740a4c8ce8a899aa455a193a8 [^]
2010-08-23 10:15hgbotCheckin
2010-08-23 10:15hgbotNote Added: 0030217
2010-08-23 10:15hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/049d290491bbbc0740a4c8ce8a899aa455a193a8 [^] => http://code.openbravo.com/erp/devel/pi/rev/14a518424658048e30c6c96442f3c9429f196621 [^]
2010-08-23 10:26mtaalRelationship addedblocks 0014151
2010-08-24 19:51hgbotCheckin
2010-08-24 19:51hgbotNote Added: 0030268
2010-08-24 20:51hgbotCheckin
2010-08-24 20:51hgbotNote Added: 0030272
2010-08-25 07:09hudsonbotCheckin
2010-08-25 07:09hudsonbotNote Added: 0030275
2010-08-25 07:09hudsonbotCheckin
2010-08-25 07:09hudsonbotNote Added: 0030276
2010-08-25 07:09hudsonbotCheckin
2010-08-25 07:09hudsonbotNote Added: 0030286
2010-08-25 07:09hudsonbotCheckin
2010-08-25 07:09hudsonbotNote Added: 0030288
2010-08-27 09:48hgbotCheckin
2010-08-27 09:48hgbotNote Added: 0030387
2010-08-27 09:59hgbotCheckin
2010-08-27 09:59hgbotNote Added: 0030395
2010-08-31 12:16mtaalNote Added: 0030532
2010-08-31 12:16mtaalStatusresolved => closed
2010-09-07 09:17hudsonbotCheckin
2010-09-07 09:17hudsonbotNote Added: 0030690
2010-09-13 12:38anonymoussf_bug_id0 => 3065176

Notes
(0030216)
hgbot   
2010-08-23 10:15   
Repository: erp/devel/pi
Changeset: 049d290491bbbc0740a4c8ce8a899aa455a193a8
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Aug 20 12:53:36 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/049d290491bbbc0740a4c8ce8a899aa455a193a8 [^]

fixed bug 14255: New references cannot be used as record identifier

---
M src/org/openbravo/erpCommon/utility/ComboTableData.java
M src/org/openbravo/erpCommon/utility/ComboTableQuery_data.xsql
M src/org/openbravo/reference/ui/UIList.java
M src/org/openbravo/reference/ui/UIReference.java
M src/org/openbravo/reference/ui/UIReferenceUtility.java
M src/org/openbravo/reference/ui/UITable.java
M src/org/openbravo/reference/ui/UITableDir.java
R src/org/openbravo/reference/ui/ComboTableQuery_data.xsql
---
(0030217)
hgbot   
2010-08-23 10:15   
Repository: erp/devel/pi
Changeset: 14a518424658048e30c6c96442f3c9429f196621
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Mon Aug 23 10:14:23 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/14a518424658048e30c6c96442f3c9429f196621 [^]

fixed bug 14255: New references cannot be used as record identifier

---
M src/org/openbravo/erpCommon/utility/ComboTableData.java
M src/org/openbravo/erpCommon/utility/ComboTableQuery_data.xsql
M src/org/openbravo/reference/ui/UIList.java
M src/org/openbravo/reference/ui/UIReference.java
M src/org/openbravo/reference/ui/UIReferenceUtility.java
M src/org/openbravo/reference/ui/UITable.java
M src/org/openbravo/reference/ui/UITableDir.java
R src/org/openbravo/reference/ui/ComboTableQuery_data.xsql
---
(0030268)
hgbot   
2010-08-24 19:51   
Repository: erp/devel/pi
Changeset: 245a3fec08f8ed28fe103b7c5803474d3e430772
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Tue Aug 24 19:50:16 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/245a3fec08f8ed28fe103b7c5803474d3e430772 [^]

Issue 14255: split public xsql-file into two non-public files
After first changeset in 15255 two packages accessed the then public
ComboTableQuery_data.xsql in erpCommon/utility.
This changeset split this one file into two non-public ones. First in
erpCommon/utility contains the SqlMethod's used there, and second one
contains only the functions used in reference/ui.
This way both xsql files don't need to be public.
There are no overlapping functions between the two xsql files.

---
M src/org/openbravo/erpCommon/utility/ComboTableQuery_data.xsql
M src/org/openbravo/reference/ui/UIList.java
M src/org/openbravo/reference/ui/UIReferenceUtility.java
M src/org/openbravo/reference/ui/UITable.java
M src/org/openbravo/reference/ui/UITableDir.java
A src/org/openbravo/reference/ui/ComboTableQuery_data.xsql
---
(0030272)
hgbot   
2010-08-24 20:51   
Repository: erp/devel/pi
Changeset: a882a30380ba24f1f3f91f3eb7da3cca7c754da8
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Tue Aug 24 20:49:55 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/a882a30380ba24f1f3f91f3eb7da3cca7c754da8 [^]

Issue 14255: Backed out changeset 245a3fec08f8
As the (now) public file was already used by at least one module

---
M src/org/openbravo/erpCommon/utility/ComboTableQuery_data.xsql
M src/org/openbravo/reference/ui/UIList.java
M src/org/openbravo/reference/ui/UIReferenceUtility.java
M src/org/openbravo/reference/ui/UITable.java
M src/org/openbravo/reference/ui/UITableDir.java
R src/org/openbravo/reference/ui/ComboTableQuery_data.xsql
---
(0030275)
hudsonbot   
2010-08-25 07:09   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/049d290491bb [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/8a6a35fc0751 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18218.obx [^]
(0030276)
hudsonbot   
2010-08-25 07:09   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/14a518424658 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/8a6a35fc0751 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18218.obx [^]
(0030286)
hudsonbot   
2010-08-25 07:09   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/245a3fec08f8 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/8a6a35fc0751 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18218.obx [^]
(0030288)
hudsonbot   
2010-08-25 07:09   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/a882a30380ba [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/8a6a35fc0751 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18218.obx [^]
(0030387)
hgbot   
2010-08-27 09:48   
Repository: erp/mods/org.openbravo.userinterface.selector
Changeset: 24589eceba53b3248f156a29f32911b8065bd413
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri Aug 27 09:48:41 2010 +0200
URL: http://code.openbravo.com/erp/mods/org.openbravo.userinterface.selector/rev/24589eceba53b3248f156a29f32911b8065bd413 [^]

Related to issue 14255: New references cannot be used as record identifier, Related to issue 13767: Wad-Window,grid-view display of parent link field behaves different with new selectors compared to old ones

---
M src-wad/org/openbravo/userinterface/selector/wad/WADSelector.java
M src-wad/org/openbravo/userinterface/selector/wad/WADSelectorData.xsql
M src-wad/org/openbravo/userinterface/selector/wad/WADSelectorPrimitive.java
---
(0030395)
hgbot   
2010-08-27 09:59   
Repository: erp/devel/pi
Changeset: 50fa94d4905e692c05b5182575f1fa1ac6cd3f38
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri Aug 27 09:58:19 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/50fa94d4905e692c05b5182575f1fa1ac6cd3f38 [^]

Related to issue 14255: New references cannot be used as record identifier

---
M src-db/database/model/functions/AD_COLUMN_IDENTIFIER_REF_SQL.xml
---
(0030532)
mtaal   
2010-08-31 12:16   
Reviewed by Asier Lostale and Martin Taal
(0030690)
hudsonbot   
2010-09-07 09:17   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/50fa94d4905e [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/4390fe5213a4 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18274.obx [^]