Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0023333 | Openbravo ERP | B. User interface | public | 2013-03-18 17:47 | 2013-11-06 16:46 |
|
Reporter | johnfandl | |
Assigned To | shankarb | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP26 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0023333: Direct link to view does not work when a filter is active |
Description | Linking to a view does not work, when there is a filter.
|
Steps To Reproduce | See attached document "Direct link to view does not work when a filter and or saved view is active". |
Proposed Solution | Fix linking to a tab with filters applied.
|
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0023487 | | new | AugustoMauch | Include and apply saved view information in the direct link functionality. | related to | defect | 0024577 | | closed | AugustoMauch | "Direct link url which contains explicit criteria" does not work in case of "implicit filter" or "default view" on the window | related to | defect | 0025636 | 3.0PR14Q2 | closed | alostale | Saved view filter reapplied after adding a column in grid |
|
Attached Files | Direct link to view does not work when a filter and or saved view is active.pdf (1,358,209) 2013-03-18 17:47 https://issues.openbravo.com/file_download.php?file_id=6027&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2013-03-18 17:47 | johnfandl | New Issue | |
2013-03-18 17:47 | johnfandl | Assigned To | => dbaz |
2013-03-18 17:47 | johnfandl | File Added: Direct link to view does not work when a filter and or saved view is active.pdf | |
2013-03-18 17:47 | johnfandl | Modules | => Core |
2013-03-18 17:47 | johnfandl | Triggers an Emergency Pack | => No |
2013-03-18 17:51 | dbaz | Assigned To | dbaz => AugustoMauch |
2013-04-04 10:54 | AugustoMauch | Note Added: 0057722 | |
2013-04-04 11:04 | AugustoMauch | Relationship added | related to 0023487 |
2013-04-04 11:04 | AugustoMauch | Summary | Direct link to view does not work when a filter and or saved view is active => Direct link to view does not work when a filter is active |
2013-04-04 11:04 | AugustoMauch | Description Updated | bug_revision_view_page.php?rev_id=4549#r4549 |
2013-04-04 11:04 | AugustoMauch | Proposed Solution updated | |
2013-05-02 10:58 | AugustoMauch | Assigned To | AugustoMauch => shankarb |
2013-07-28 03:12 | shankarb | Assigned To | shankarb => AugustoMauch |
2013-07-28 12:34 | shankarb | Assigned To | AugustoMauch => shankarb |
2013-07-30 09:49 | shankarb | Status | new => scheduled |
2013-07-30 09:49 | shankarb | fix_in_branch | => pi |
2013-07-30 10:07 | shankarb | Review Assigned To | => AugustoMauch |
2013-07-30 10:07 | shankarb | fix_in_branch | pi => |
2013-07-30 10:08 | shankarb | Issue Monitored: AugustoMauch | |
2013-07-30 10:08 | hgbot | Checkin | |
2013-07-30 10:08 | hgbot | Note Added: 0060367 | |
2013-07-30 10:08 | hgbot | Status | scheduled => resolved |
2013-07-30 10:08 | hgbot | Resolution | open => fixed |
2013-07-30 10:08 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/45c12f01b881c56984d05e6fe28a9c2465b57b29 [^] |
2013-07-30 11:20 | hgbot | Checkin | |
2013-07-30 11:20 | hgbot | Note Added: 0060370 | |
2013-07-30 14:09 | AugustoMauch | Note Added: 0060378 | |
2013-07-30 14:09 | AugustoMauch | Status | resolved => closed |
2013-07-30 14:09 | AugustoMauch | Fixed in Version | => 3.0MP26 |
2013-07-31 20:56 | hudsonbot | Checkin | |
2013-07-31 20:56 | hudsonbot | Note Added: 0060439 | |
2013-07-31 20:56 | hudsonbot | Checkin | |
2013-07-31 20:56 | hudsonbot | Note Added: 0060440 | |
2013-08-26 07:25 | shankarb | Relationship added | related to 0024577 |
2013-11-06 16:46 | dbaz | Issue Monitored: dbaz | |
2014-02-04 15:28 | alostale | Relationship added | related to 0025636 |
Notes |
|
|
Hi John,
I am doing to split this issue in two. The filtering part is a defect, because it is getting included in the link, but then it is not being applied. The saved views part is a feature request.
With regards,
Augusto |
|
|
(0060367)
|
hgbot
|
2013-07-30 10:08
|
|
Repository: erp/devel/pi
Changeset: 45c12f01b881c56984d05e6fe28a9c2465b57b29
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Tue Jul 30 13:35:02 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/45c12f01b881c56984d05e6fe28a9c2465b57b29 [^]
Fixes Issue 0023333: Direct link to view does not work when a filter is active
When the direct link url contains criteria, it is stored in the grid initial criteria in setView method.
In refreshContents, the initial criteria is removed before forming the criteria.
Added logic to remove it there is no additionalCriteria
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
|
|
|
(0060370)
|
hgbot
|
2013-07-30 11:20
|
|
Repository: erp/devel/pi
Changeset: ade9887c69071e1e4a4a31e95088a5953499b2cd
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Tue Jul 30 14:45:59 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/ade9887c69071e1e4a4a31e95088a5953499b2cd [^]
Related to Issue 023333 : js formatting
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
|
|
|
|
Code reviewed and verified in pi@ade9887c6907 |
|
|
|
|
|
|
|