Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0025136Openbravo ERPB. User interfacepublic2013-11-12 12:592013-12-18 11:41
sureshbabu 
shankarb 
normalminoralways
closedfixed 
5
 
3.0MP31 
AugustoMauch
Core
No
0025136: Linked items navigation not working as expected (3d level subtab)
Linked items navigation not working as expected at 3d level subtab
Switch role to System Admin
Open Moule window
Select core
Open linked items section
Select Application Dictionary || Windows, Tabs, and Fields - Field
Navigate to any field
Switch to grid field

Expected results:

Field grid should be filtered
Tab grid should be filtered
Window grid should be filtered

Actual results:


In the Field grid records not filtered but the respective record is selected
In the Tab grid records not filtered but the respective record is selected
In the Window grid records not filtered but the respective record is selected
No tags attached.
related to defect 00251613.0MP31 closed shankarb Alert Management window's link's bad performance 
diff Fix25161-25159-25136.diff (4,046) 2013-11-28 10:15
https://issues.openbravo.com/file_download.php?file_id=6534&type=bug
Issue History
2013-11-12 12:59sureshbabuNew Issue
2013-11-12 12:59sureshbabuAssigned To => alostale
2013-11-12 12:59sureshbabuModules => Core
2013-11-12 12:59sureshbabuTriggers an Emergency Pack => No
2013-11-26 11:53alostaleRelationship addedrelated to 0025161
2013-11-27 06:11shankarbFile Added: Fix25161-25159-25136.diff
2013-11-27 09:57shankarbNote Added: 0062395
2013-11-28 10:15shankarbFile Deleted: Fix25161-25159-25136.diff
2013-11-28 10:15shankarbFile Added: Fix25161-25159-25136.diff
2013-12-05 08:05shankarbAssigned Toalostale => shankarb
2013-12-05 08:05shankarbIssue Monitored: AugustoMauch
2013-12-05 08:10shankarbReview Assigned To => AugustoMauch
2013-12-05 08:13shankarbStatusnew => scheduled
2013-12-05 08:13shankarbfix_in_branch => pi
2013-12-05 08:14shankarbNote Added: 0062546
2013-12-05 08:14shankarbStatusscheduled => resolved
2013-12-05 08:14shankarbFixed in Version => pi
2013-12-05 08:14shankarbFixed in SCM revision => https://code.openbravo.com/erp/devel/pi/rev/0ca986e840a2 [^]
2013-12-05 08:14shankarbResolutionopen => fixed
2013-12-18 11:41AugustoMauchNote Added: 0062771
2013-12-18 11:41AugustoMauchStatusresolved => closed
2013-12-18 11:41AugustoMauchFixed in Versionpi => 3.0MP31

Notes
(0062395)
shankarb   
2013-11-27 09:57   
Modification done in openDirectTab:

* Added a new parameter direct that would enable only to fetch the particular record alone.
* By default it is set to true if recordId argument is present.
* If all data needs to be fetched, the argument should be passed as false.

Before the fix, even if the recordId was passed, all the records of the grid will be fetched, but the record provided will be shown. After the fix, if the recordId is passed, only that particular record is filtered and fetched.

To revert back to the original scenario, the argument 'direct' has to be set to false. This will again fetch all the records of the grid and select the record passed.
(0062546)
shankarb   
2013-12-05 08:14   
Repository: erp/devel/pi
Changeset: 0ca986e840a24c89b4b5de3af108ac74f90deabf
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Thu Nov 28 14:43:09 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/0ca986e840a24c89b4b5de3af108ac74f90deabf [^] [^]

Fixes Issue 25161,25159,25136 : openDirectTab and openView optimization

Modifications in OB.Utilities.openDirectTab
* Added a new parameter direct that would enable only to fetch the particular record alone.
* By default it is set to true if recordId argument is present.
* If all data needs to be fetched, the argument should be passed as false.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities.js
---
(0062771)
AugustoMauch   
2013-12-18 11:41   
Code reviewed and verified in pi@469ba15fbba3