Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0027303 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | minor | always | 2014-08-11 09:39 | 2014-12-15 17:34 | |||
Reporter | alostale | View Status | public | |||||
Assigned To | AugustoMauch | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0PR14Q4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 5051c9b57bb4 | ||||
Projection | none | ETA | none | Target Version | 3.0PR14Q4 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | alostale | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | Pre packaging ( pi ) | |||||||
Regression date | 2014-07-14 | |||||||
Regression introduced in release | main | |||||||
Regression introduced by commit | http://code.openbravo.com/erp/devel/pi/rev/c028f776d1e6a92bd3005af03146522ec5a90a8b [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0027303: direct link filtered by FK column doesn't work | |||||||
Description | When a grid is filtered by a FK record selected from drop down list and a direct link is obtained, it doesn't work properly: it tries to apply ID to text identifier. | |||||||
Steps To Reproduce | -Go to Sales Order -Open BP drop down list and select Alimentos y Supermercados -Click "Get Direct Link" icon in toolbar and copy it -Set that link in URL -> Sales Order window is opened but BP is not filtered by Alimentos y Supermercados but by its internal ID, causing no records being shown | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||||||||||||||||
|
Notes | |
(0069295) hgbot (developer) 2014-08-11 14:03 |
Repository: erp/devel/pi Changeset: 5051c9b57bb4f84252323ddfb82512dc2dd58c51 Author: Augusto Mauch <augusto.mauch <at> openbravo.com> Date: Mon Aug 11 14:02:52 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/5051c9b57bb4f84252323ddfb82512dc2dd58c51 [^] Fixes issue 27303: direct link filtered by FK column doesn't work The problem was that the identifier of the foreign key being filtered now is not stored in the criteria itself, because it is filtered using the id. To fix this, the chache with the map of fk-id, fk-identifiers of the filtered foreign keys is stored in the url, and then applied when the grid filter editor is available. --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities.js --- |
(0069325) hudsonbot (developer) 2014-08-12 20:57 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/f93c6f350902 [^] Maturity status: Test |
(0069363) alostale (manager) 2014-08-14 08:26 |
Code reviewed and tested It also fixes 0027333 |
(0072482) johnfandl (reporter) 2014-12-15 02:35 |
Is this supposed to be fixed in PI? Because I still see the same problem testing here: * https://livebuilds.openbravo.com/erp_pi_pgsql/ [^] |
(0072484) alostale (manager) 2014-12-15 08:18 |
Hi John, I've just tested it in livebuilds pi following the steps described in this issue and it works fine for me. If you still see the problem, can you detail the steps you follow to reproduce? Thanks |
(0072520) johnfandl (reporter) 2014-12-15 17:34 |
-Go to Sales Order -Open BP drop down list and select Alimentos y Supermercados -Click "Get Direct Link" icon in toolbar and copy it -Set that link in Quick Launch-> Sales Order window is opened but BP is not filtered by Alimentos y Supermercados So, same as your steps except using quicklaunch not separate browser tab (separate browser tab makes no sense from user perspective) |
Issue History | |||
Date Modified | Username | Field | Change |
2014-08-11 09:39 | alostale | New Issue | |
2014-08-11 09:39 | alostale | Assigned To | => AugustoMauch |
2014-08-11 09:39 | alostale | Modules | => Core |
2014-08-11 09:39 | alostale | Triggers an Emergency Pack | => No |
2014-08-11 09:39 | alostale | Relationship added | caused by 0025211 |
2014-08-11 09:40 | alostale | Regression level | => Pre packaging ( pi ) |
2014-08-11 09:40 | alostale | Regression date | => 2014-07-14 |
2014-08-11 09:40 | alostale | Regression introduced in release | => main |
2014-08-11 09:40 | alostale | Regression introduced by commit | => http://code.openbravo.com/erp/devel/pi/rev/c028f776d1e6a92bd3005af03146522ec5a90a8b [^] |
2014-08-11 13:58 | AugustoMauch | Issue Monitored: alostale | |
2014-08-11 13:59 | AugustoMauch | Review Assigned To | => alostale |
2014-08-11 14:03 | hgbot | Checkin | |
2014-08-11 14:03 | hgbot | Note Added: 0069295 | |
2014-08-11 14:03 | hgbot | Status | new => resolved |
2014-08-11 14:03 | hgbot | Resolution | open => fixed |
2014-08-11 14:03 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/5051c9b57bb4f84252323ddfb82512dc2dd58c51 [^] |
2014-08-12 20:57 | hudsonbot | Checkin | |
2014-08-12 20:57 | hudsonbot | Note Added: 0069325 | |
2014-08-14 08:25 | alostale | Relationship added | related to 0027333 |
2014-08-14 08:26 | alostale | Note Added: 0069363 | |
2014-08-14 08:26 | alostale | Status | resolved => closed |
2014-08-14 08:26 | alostale | Fixed in Version | => 3.0PR14Q4 |
2014-08-14 08:32 | alostale | Relationship added | related to 0027334 |
2014-12-15 02:34 | johnfandl | Issue Monitored: johnfandl | |
2014-12-15 02:35 | johnfandl | Note Added: 0072482 | |
2014-12-15 08:18 | alostale | Note Added: 0072484 | |
2014-12-15 17:34 | johnfandl | Note Added: 0072520 | |
2014-12-29 13:01 | AugustoMauch | Relationship added | related to 0024577 |
Copyright © 2000 - 2009 MantisBT Group |