Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012481 | Openbravo ERP | 00. Application dictionary | public | 2010-02-26 09:17 | 2010-03-12 22:40 |
|
Reporter | alostale | |
Assigned To | alostale | |
Priority | urgent | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 2.50MP14 | |
Merge Request Status | |
Review Assigned To | |
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 | 0012481: Sortable drop down list |
Description | Currently there are 3 main core base references that are rendered as a drop down list in edition view UI: Table, TableDir and List.
-Table reference has an Order By field which allows to define the order of the records in the drop down list.
-TableDir reference doesn't allow to define any ordering criteria, records are ordered alphabetically. But in case the drop down list is needed to be shown in certain order, it is possible to create a Table reference for this purpose and use it instead of the TableDir one.
-List reference is always ordered alphabetically, it does not allow to change the order of records. If the records are wanted to be shown in certain order, there is no other workarround than naming them alphabetically (or include a number at the beginning of the name). |
Steps To Reproduce | |
Proposed Solution | Add a new seqNo field in the AD_Ref_List table which will be taken into account when rendering the list.
-If the value of this field is null for all the elements in the list, the list will be sorted alphabetically. In this way it will behave as it does currently.
-If all the elements have this value set, they will be ordered taken into account it.
-If some of the elements have it and some not, the ones having it will appear at the beginning of the list sorted by seqno, the rest of them will be shown at the end ordered alphabetically. |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-02-26 09:17 | alostale | New Issue | |
2010-02-26 09:17 | alostale | Assigned To | => alostale |
2010-02-26 09:17 | alostale | OBNetwork customer | => No |
2010-02-26 10:01 | hgbot | Checkin | |
2010-02-26 10:01 | hgbot | Note Added: 0024850 | |
2010-02-26 10:01 | hgbot | Status | new => resolved |
2010-02-26 10:01 | hgbot | Resolution | open => fixed |
2010-02-26 10:01 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/fa2d62c2d918ccd34b2b84b949bbfc2a7afcfbd3 [^] |
2010-02-26 10:46 | marvintm | Note Added: 0024853 | |
2010-02-26 10:46 | marvintm | Status | resolved => closed |
2010-02-26 10:46 | marvintm | Fixed in Version | => 2.50MP13 |
2010-03-08 16:04 | jpabloae | Fixed in Version | 2.50MP13 => 2.50MP14 |
2010-03-10 17:25 | anonymous | sf_bug_id | 0 => |
2010-03-10 18:30 | anonymous | sf_bug_id | => 2968110 |
2010-03-12 22:40 | hudsonbot | Checkin | |
2010-03-12 22:40 | hudsonbot | Note Added: 0025339 | |