Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0032151
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformmajorhave not tried2016-02-05 14:512016-03-17 10:56
ReporterAugustoMauchView Statuspublic 
Assigned ToNaroaIriarte 
PrioritynormalResolutionfixedFixed in Version3.0PR16Q2
StatusclosedFix in branchFixed in SCM revision07970979e44d
ProjectionnoneETAnoneTarget Version3.0PR16Q2
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Toalostale
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0032151: The Allow Filtering flag is not working for columns that use the Text reference

DescriptionThe 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 ReproduceAs 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)
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0032150 closedTriage Finance Allow sorting and allow filtering columns should be placed together 
related to defect 00321523.0PR16Q2 closedNaroaIriarte Some columns of tables that belong to the AD dataset can be modified even if their module is not in development 
related to feature request 0031468 closedNaroaIriarte It would be nice to prevent sorting and filtering some columns. 
related to defect 0032413 closedplatform The "help" column of the "module" window is not sortable 

-  Notes
(0084727)
NaroaIriarte (developer)
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 (manager)
2016-03-11 08:55

code reviewed

tested with all combinations of allow/prevent sort/filter
(0085184)
hudsonbot (developer)
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

- Issue History
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 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
Powered by Mantis Bugtracker