Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0025042 | Openbravo ERP | A. Platform | public | 2013-10-29 13:16 | 2013-10-30 20:47 |
|
Reporter | marvintm | |
Assigned To | marvintm | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP29 | |
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 | 0025042: It would be nice to be able to add a filter criteria when navigating to a tab |
Description | Currently the openDirectTab function allows a developer to force a navigation to a tab, optionally filtering by a specific record. It would be nice to improve this functionality to set a criteria in the tab, which could allow more powerful filtering.
This can also be used when a Process Definition returns to go to a tab, and automatically filter by a complex criteria, instead of just filtering by a specific id. |
Steps To Reproduce | This could be used when developing an Action Handler for a Process Definition, to be able to navigate to a tab and then filter by a complex criteria. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-10-29 13:16 | marvintm | New Issue | |
2013-10-29 13:16 | marvintm | Assigned To | => marvintm |
2013-10-29 13:16 | marvintm | Modules | => Core |
2013-10-29 13:16 | marvintm | OBNetwork customer | => No |
2013-10-29 13:16 | marvintm | Triggers an Emergency Pack | => No |
2013-10-29 13:17 | hgbot | Checkin | |
2013-10-29 13:17 | hgbot | Note Added: 0061937 | |
2013-10-29 13:17 | hgbot | Status | new => resolved |
2013-10-29 13:17 | hgbot | Resolution | open => fixed |
2013-10-29 13:17 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/3442bdde9613213bb77ef2286de9b923126070ba [^] |
2013-10-29 13:49 | AugustoMauch | Note Added: 0061939 | |
2013-10-29 15:12 | AugustoMauch | Review Assigned To | => AugustoMauch |
2013-10-29 15:12 | AugustoMauch | Note Added: 0061940 | |
2013-10-29 15:12 | AugustoMauch | Status | resolved => closed |
2013-10-29 15:12 | AugustoMauch | Fixed in Version | => 3.0MP29 |
2013-10-30 20:47 | hudsonbot | Checkin | |
2013-10-30 20:47 | hudsonbot | Note Added: 0061983 | |
Notes |
|
(0061937)
|
hgbot
|
2013-10-29 13:17
|
|
Repository: erp/devel/pi
Changeset: 3442bdde9613213bb77ef2286de9b923126070ba
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Oct 29 13:16:48 2013 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/3442bdde9613213bb77ef2286de9b923126070ba [^]
Fixed issue 25042. Added the capability to add a criteria when navigating to a tab.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities-action-def.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities.js
---
|
|
|
|
If in a call to openDirectTab there is a criteria defined both in the criteria param and in the urlParams, the criteria param will take precedence. |
|
|
|
Code reviewed and verified in pi@67e80e28874b |
|
|
|
|