Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0032151 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | have not tried | 2016-02-05 14:51 | 2016-03-17 10:56 | |||
Reporter | AugustoMauch | View Status | public | |||||
Assigned To | NaroaIriarte | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0PR16Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 07970979e44d | ||||
Projection | none | ETA | none | Target Version | 3.0PR16Q2 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | alostale | |||||||
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 | 0032151: The Allow Filtering flag is not working for columns that use the Text reference | |||||||
Description | The Allow Filtering flag, placed in the Columns tab of the Tables and Columns window, is not being taken into consideration in columns that use the Text reference | |||||||
Steps To Reproduce | As System Admin - Open the Tables and Columns window - Select the ADModule table - Set to false the flag Allow Filtering and Allow sorting of the columns Help and Description - Open the Module window. Check that both the Description and Help/Comment columns are not sortable (this is OK) and that the Help/Comment columns is filterable (this is WRONG) | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|||||||||||||||||||||||||||||
|
![]() |
|
(0084727) NaroaIriarte (viewer) 2016-03-04 12:34 edited on: 2016-03-04 15:27 |
If you configure the Help/Comment column to be sortable but not filterable it does not work properly neither. It is filterable, which is wrong and it is not sortable, which is also wrong. This seems to be another issue: https://issues.openbravo.com/view.php?id=32413 [^] |
(0084753) hgbot (developer) 2016-03-07 09:22 |
Repository: erp/devel/pi Changeset: 07970979e44dac06aecb45ae2a4cdab9fe693647 Author: Naroa Iriarte <naroa.iriarte <at> openbravo.com> Date: Fri Mar 04 14:37:26 2016 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/07970979e44dac06aecb45ae2a4cdab9fe693647 [^] Fixed issue 32151: It wasnt possible configure text referenced cols. properly. It was not possible to configure the Allow Filtering property in colums that used Text reference. The problem was in the UIDefinition.removeAttributeFromString. Here the canSort and canFilter properties were being deleted and that was not correct, because in the case of the "help" column of the Module window, for example, when the method was invoked, it was only desired to remove the "canSort" property and not the canFilter. The method has been changed, now, the passed String argument is the one which will be deleted instead of deleting canSort or canFilter directly. --- M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/UIDefinition.java --- |
(0084898) alostale (viewer) 2016-03-11 08:55 |
code reviewed tested with all combinations of allow/prevent sort/filter |
(0085184) hudsonbot (viewer) 2016-03-17 10:56 |
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/b22fb0500156 [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2016-02-05 14:51 | AugustoMauch | New Issue | |
2016-02-05 14:51 | AugustoMauch | Assigned To | => platform |
2016-02-05 14:51 | AugustoMauch | OBNetwork customer | => No |
2016-02-05 14:51 | AugustoMauch | Modules | => Core |
2016-02-05 14:51 | AugustoMauch | Triggers an Emergency Pack | => No |
2016-02-05 15:00 | AugustoMauch | Relationship added | related to 0032150 |
2016-02-05 15:00 | AugustoMauch | Relationship added | related to 0032152 |
2016-02-25 14:45 | alostale | Relationship added | related to 0031468 |
2016-02-25 14:45 | alostale | Status | new => acknowledged |
2016-02-25 14:45 | alostale | Target Version | => 3.0PR16Q2 |
2016-03-04 11:20 | NaroaIriarte | Assigned To | platform => NaroaIriarte |
2016-03-04 11:53 | NaroaIriarte | Steps to Reproduce Updated | View Revisions |
2016-03-04 12:34 | NaroaIriarte | Note Added: 0084727 | |
2016-03-04 15:27 | NaroaIriarte | Note Edited: 0084727 | View Revisions |
2016-03-04 15:28 | NaroaIriarte | Relationship added | related to 0032413 |
2016-03-07 09:22 | hgbot | Checkin | |
2016-03-07 09:22 | hgbot | Note Added: 0084753 | |
2016-03-07 09:22 | hgbot | Status | acknowledged => resolved |
2016-03-07 09:22 | hgbot | Resolution | open => fixed |
2016-03-07 09:22 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/07970979e44dac06aecb45ae2a4cdab9fe693647 [^] |
2016-03-11 08:55 | alostale | Review Assigned To | => alostale |
2016-03-11 08:55 | alostale | Note Added: 0084898 | |
2016-03-11 08:55 | alostale | Status | resolved => closed |
2016-03-11 08:55 | alostale | Fixed in Version | => 3.0PR16Q2 |
2016-03-17 10:56 | hudsonbot | Checkin | |
2016-03-17 10:56 | hudsonbot | Note Added: 0085184 |
Copyright © 2000 - 2009 MantisBT Group |