Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0028776Openbravo ERPB. User interfacepublic2015-01-27 09:112015-02-04 20:34
alostale 
inigosanchez 
normalminorhave not tried
closedfixed 
5
 
3.0PR15Q23.0PR15Q2 
alostale
Core
No
0028776: UI shows multi column sort in non standard grids
Grids in non-standard windows (such as widgets, selector popups, alerts, etc...) allow from UI to define multi column search though backend does not implement it.
-In an instance with more than 100 active alerts
-Open Alert Management window
 * Sort by Alert Rule
 * Pressing shift key, click on "Record" column header to sort it
    -> Note he UI shows "^1 Alert Rule ... ^2 Record" in the grid headers but the sorting is not properly applied
 * Right click in the grid headers "Configure Sort..." menu option appears, the UI allows to define multi sorting though it is not properly applied
Remove from UI capability of multi sorting:
- It is not implemented in standard windows grid
- Proper backend implementation can lead to performance issues when trying to sort big tables as multi column indexes would be required to make them work
No tags attached.
blocks defect 00280103.0PR15Q2 closed inigosanchez Some labels defined on js files can not be traslated. 
png Selection_196.png (19,826) 2015-01-27 09:21
https://issues.openbravo.com/file_download.php?file_id=7743&type=bug
png
Issue History
2015-01-27 09:11alostaleNew Issue
2015-01-27 09:11alostaleAssigned To => inigosanchez
2015-01-27 09:11alostaleModules => Core
2015-01-27 09:11alostaleTriggers an Emergency Pack => No
2015-01-27 09:12alostaleRelationship addedrelated to 0028010
2015-01-27 09:12alostaleRelationship replacedblocks 0028010
2015-01-27 09:21alostaleFile Added: Selection_196.png
2015-01-29 12:36alostaleStatusnew => scheduled
2015-01-29 12:36alostalefix_in_branch => pi
2015-01-30 12:41inigosanchezIssue Monitored: alostale
2015-01-30 12:45inigosanchezReview Assigned To => alostale
2015-01-30 12:45inigosanchezResolutionopen => fixed
2015-01-30 12:45inigosanchezfix_in_branchpi =>
2015-01-30 12:47hgbotCheckin
2015-01-30 12:47hgbotNote Added: 0073943
2015-01-30 12:47hgbotStatusscheduled => resolved
2015-01-30 12:47hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/92916e06c47197fbff15d24feade9f4d5a323546 [^]
2015-02-03 08:50alostaleNote Added: 0074010
2015-02-03 08:50alostaleStatusresolved => closed
2015-02-03 08:50alostaleFixed in Version => 3.0PR15Q2
2015-02-04 20:34hudsonbotCheckin
2015-02-04 20:34hudsonbotNote Added: 0074201

Notes
(0073943)
hgbot   
2015-01-30 12:47   
Repository: erp/devel/pi
Changeset: 92916e06c47197fbff15d24feade9f4d5a323546
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Fri Jan 30 12:40:30 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/92916e06c47197fbff15d24feade9f4d5a323546 [^]

Fixes bug 28776:Disable multiple sorting in UI of Grids(non-standard windows)

It has been added the "canMultiSort" property to false in OBGrids non-standard
windows (such as widgets, alerts, etc...).

Now, it has been disabled multiple sorting.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
---
(0074010)
alostale   
2015-02-03 08:50   
code reviewed

tested in:
-Alert Management window
-Widgets in workspace + full tab
-Selectors popup
-P&E
(0074201)
hudsonbot   
2015-02-04 20:34   
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/f36c91d0ad63 [^]
Maturity status: Test