Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0014255 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| defect | [Openbravo ERP] A. Platform | major | always | 2010-08-20 12:49 | 2010-09-13 12:38 | |||
| Reporter | alostale | View Status | public | |||||
| Assigned To | alostale | |||||||
| Priority | urgent | Resolution | fixed | Fixed in Version | ||||
| Status | closed | Fix in branch | Fixed in SCM revision | 14a518424658 | ||||
| Projection | none | ETA | none | Target Version | ||||
| OS | Any | Database | Any | Java version | ||||
| OS Version | Database version | Ant version | ||||||
| Product Version | SCM revision | |||||||
| 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 | 0014255: New references cannot be used as record identifier | |||||||
| Description | New references cannot be used as part of record identifier because when TableComboData makes use of them it fails. | |||||||
| Steps To Reproduce | -Install new UI selectors -Use a new UI selector in an identifier column -Open a window with a tableDir to that table | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
||||||||
|
||||||||
Notes |
|
|
(0030216) hgbot (developer) 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 (developer) 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 (developer) 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 (developer) 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 (viewer) 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 (viewer) 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 (viewer) 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 (viewer) 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 (developer) 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 (developer) 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 (viewer) 2010-08-31 12:16 |
Reviewed by Asier Lostale and Martin Taal |
|
(0030690) hudsonbot (viewer) 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 [^] |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2010-08-20 12:49 | alostale | New Issue | |
| 2010-08-20 12:49 | alostale | Assigned To | => alostale |
| 2010-08-20 12:49 | alostale | OBNetwork customer | => No |
| 2010-08-23 10:15 | hgbot | Checkin | |
| 2010-08-23 10:15 | hgbot | Note Added: 0030216 | |
| 2010-08-23 10:15 | hgbot | Status | new => resolved |
| 2010-08-23 10:15 | hgbot | Resolution | open => fixed |
| 2010-08-23 10:15 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/049d290491bbbc0740a4c8ce8a899aa455a193a8 [^] |
| 2010-08-23 10:15 | hgbot | Checkin | |
| 2010-08-23 10:15 | hgbot | Note Added: 0030217 | |
| 2010-08-23 10:15 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/049d290491bbbc0740a4c8ce8a899aa455a193a8 [^] => http://code.openbravo.com/erp/devel/pi/rev/14a518424658048e30c6c96442f3c9429f196621 [^] |
| 2010-08-23 10:26 | mtaal | Relationship added | blocks 0014151 |
| 2010-08-24 19:51 | hgbot | Checkin | |
| 2010-08-24 19:51 | hgbot | Note Added: 0030268 | |
| 2010-08-24 20:51 | hgbot | Checkin | |
| 2010-08-24 20:51 | hgbot | Note Added: 0030272 | |
| 2010-08-25 07:09 | hudsonbot | Checkin | |
| 2010-08-25 07:09 | hudsonbot | Note Added: 0030275 | |
| 2010-08-25 07:09 | hudsonbot | Checkin | |
| 2010-08-25 07:09 | hudsonbot | Note Added: 0030276 | |
| 2010-08-25 07:09 | hudsonbot | Checkin | |
| 2010-08-25 07:09 | hudsonbot | Note Added: 0030286 | |
| 2010-08-25 07:09 | hudsonbot | Checkin | |
| 2010-08-25 07:09 | hudsonbot | Note Added: 0030288 | |
| 2010-08-27 09:48 | hgbot | Checkin | |
| 2010-08-27 09:48 | hgbot | Note Added: 0030387 | |
| 2010-08-27 09:59 | hgbot | Checkin | |
| 2010-08-27 09:59 | hgbot | Note Added: 0030395 | |
| 2010-08-31 12:16 | mtaal | Note Added: 0030532 | |
| 2010-08-31 12:16 | mtaal | Status | resolved => closed |
| 2010-09-07 09:17 | hudsonbot | Checkin | |
| 2010-09-07 09:17 | hudsonbot | Note Added: 0030690 | |
| 2010-09-13 12:38 | anonymous | sf_bug_id | 0 => 3065176 |
| Copyright © 2000 - 2009 MantisBT Group |