Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0025620 | Openbravo ERP | A. Platform | public | 2014-01-31 11:00 | 2014-02-12 18:30 |
|
Reporter | caristu | |
Assigned To | AugustoMauch | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | 3.0PR14Q2 | |
Merge Request Status | |
Review Assigned To | dbaz |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0025620: Grid Configuration is not working on audit columns |
Description | The audit columns (created, created by, updated, updated by) are not affected by the grid configuration. |
Steps To Reproduce | 1) As system administrator, go to the [Grid Configuration at Window/Tab/Field Level] window
2) Create a new record for the Product window header, and put "No" in the "Allow Sorting Field" field.
3) As group admin, go to the [Product] window. Display the created column in grid mode. Notice that it is possible to sort the grid using it. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0025625 | | new | AugustoMauch | Can't overwrite grid configuration at field level for audit info |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-01-31 11:00 | caristu | New Issue | |
2014-01-31 11:00 | caristu | Assigned To | => AugustoMauch |
2014-01-31 11:00 | caristu | Modules | => Core |
2014-01-31 11:00 | caristu | Triggers an Emergency Pack | => No |
2014-01-31 11:03 | caristu | Issue Monitored: networkb | |
2014-01-31 11:03 | caristu | Summary | Grid Configuration is not applicable on audit columns => Grid Configuration is not working on audit columns |
2014-01-31 11:03 | caristu | Description Updated | bug_revision_view_page.php?rev_id=5397#r5397 |
2014-01-31 11:09 | caristu | version | => pi |
2014-01-31 13:08 | alostale | Relationship added | related to 0025625 |
2014-01-31 14:13 | AugustoMauch | Issue Monitored: dbaz | |
2014-01-31 14:13 | AugustoMauch | Review Assigned To | => dbaz |
2014-01-31 14:35 | hgbot | Checkin | |
2014-01-31 14:35 | hgbot | Note Added: 0063840 | |
2014-01-31 14:35 | hgbot | Status | new => resolved |
2014-01-31 14:35 | hgbot | Resolution | open => fixed |
2014-01-31 14:35 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/dd19b027b40618c890837b4226d9898e6d22587f [^] |
2014-02-04 15:08 | dbaz | Note Added: 0063887 | |
2014-02-04 15:08 | dbaz | Status | resolved => new |
2014-02-04 15:08 | dbaz | Resolution | fixed => open |
2014-02-04 16:28 | hgbot | Checkin | |
2014-02-04 16:28 | hgbot | Note Added: 0063895 | |
2014-02-04 16:28 | hgbot | Status | new => resolved |
2014-02-04 16:28 | hgbot | Resolution | open => fixed |
2014-02-04 16:28 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/dd19b027b40618c890837b4226d9898e6d22587f [^] => http://code.openbravo.com/erp/devel/pi/rev/5915bbb6161111361c53ed62627c5d42c5c4e6e7 [^] |
2014-02-04 20:29 | dbaz | Note Added: 0063900 | |
2014-02-04 20:29 | dbaz | Status | resolved => closed |
2014-02-04 20:29 | dbaz | Fixed in Version | => 3.0MP32 |
2014-02-12 18:29 | hudsonbot | Checkin | |
2014-02-12 18:29 | hudsonbot | Note Added: 0064145 | |
2014-02-12 18:30 | hudsonbot | Checkin | |
2014-02-12 18:30 | hudsonbot | Note Added: 0064160 | |
Notes |
|
(0063840)
|
hgbot
|
2014-01-31 14:35
|
|
Repository: erp/devel/pi
Changeset: dd19b027b40618c890837b4226d9898e6d22587f
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Jan 31 14:11:27 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/dd19b027b40618c890837b4226d9898e6d22587f [^]
Fixes issue 25620: It is possible to apply grid configuration to audit fields
Now the grid configuration defined at system and tab level will be also applied to audit fields. It is still not possible to define grid configuration at fiel
d level for audit fields, see https://issues.openbravo.com/view.php?id=25625 [^]
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewFieldHandler.java
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewUtil.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/UIDefinition.java
---
|
|
|
(0063887)
|
dbaz
|
2014-02-04 15:08
|
|
It can still be reproduced |
|
|
(0063895)
|
hgbot
|
2014-02-04 16:28
|
|
Repository: erp/devel/pi
Changeset: 5915bbb6161111361c53ed62627c5d42c5c4e6e7
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Tue Feb 04 16:27:50 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/5915bbb6161111361c53ed62627c5d42c5c4e6e7 [^]
Fixes issue 25620: It is possible to apply grid configuration to audit fields
It was not working when filtering enabled and sorting disabled. It has been by preventing if the canFilter and canSort properties exist in gridConfiguration before trying to obtain its value.
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewFieldHandler.java
---
|
|
|
(0063900)
|
dbaz
|
2014-02-04 20:29
|
|
Reviewed @ changeset: 21915 - 5915bbb61611 |
|
|
|
|
|
|
|