Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0022528 | Openbravo ERP | A. Platform | public | 2012-12-12 12:04 | 2013-04-16 19:18 |
|
Reporter | plujan | |
Assigned To | shankarb | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | main | |
Target Version | | Fixed in Version | 3.0MP23 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
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 | 0022528: Field Categories should have the option to be expanded or collapsed by default |
Description | When creating a new Field Category, like Dimensions (see issue 0022516) an option to make it expanded or collapsed by default is missing. |
Steps To Reproduce | As System Admin and with Core in Development, create a new Field Category named "Test"
Note that there is no way to specify if it should be shown expanded or collapsed by default
In Windows, Tab and Fields, seek for Sales Order window, Header tab, and seek for Project field.
Change the field grouping to Test
Change role to F&B Admin
Go to Sales Order window and see that Test is a new section in the header containing the Project field.
If you want Test section to be collapsed as the rest of the sections, you can't. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | has duplicate | feature request | 0023496 | | closed | AugustoMauch | Add ability to define default behavior of grouping sections | blocks | feature request | 0022516 | | new | dmiguelez | New Dimensions section is opened by default, disrupting Orders and Invoices layout |
|
Attached Files | fieldCategoryTemp.diff (11,056) 2013-03-25 09:13 https://issues.openbravo.com/file_download.php?file_id=6030&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2012-12-12 12:04 | plujan | New Issue | |
2012-12-12 12:04 | plujan | Assigned To | => AugustoMauch |
2012-12-12 12:04 | plujan | Modules | => Core |
2012-12-12 12:04 | plujan | Triggers an Emergency Pack | => No |
2012-12-12 12:04 | plujan | Relationship added | blocks 0022516 |
2013-01-21 11:24 | alostale | Note Added: 0055661 | |
2013-01-21 11:24 | alostale | Type | defect => feature request |
2013-03-06 18:55 | dmiguelez | Relationship deleted | blocks 0022516 |
2013-03-06 18:56 | dmiguelez | Relationship added | blocks 0022516 |
2013-03-25 07:03 | shankarb | Assigned To | AugustoMauch => shankarb |
2013-03-25 09:11 | shankarb | Status | new => scheduled |
2013-03-25 09:11 | shankarb | fix_in_branch | => pi |
2013-03-25 09:13 | shankarb | File Added: fieldCategoryTemp.diff | |
2013-04-05 12:15 | jonalegriaesarte | Relationship added | has duplicate 0023496 |
2013-04-10 04:38 | shankarb | Review Assigned To | => AugustoMauch |
2013-04-10 04:38 | shankarb | fix_in_branch | pi => |
2013-04-10 04:38 | shankarb | Issue Monitored: AugustoMauch | |
2013-04-10 04:40 | hgbot | Checkin | |
2013-04-10 04:40 | hgbot | Note Added: 0057818 | |
2013-04-10 04:40 | hgbot | Status | scheduled => resolved |
2013-04-10 04:40 | hgbot | Resolution | open => fixed |
2013-04-10 04:40 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f01340771e75eda11b7caee2457f33234d932e60 [^] |
2013-04-11 18:01 | hgbot | Checkin | |
2013-04-11 18:01 | hgbot | Note Added: 0057852 | |
2013-04-11 18:26 | AugustoMauch | Note Added: 0057853 | |
2013-04-11 18:26 | AugustoMauch | Status | resolved => closed |
2013-04-11 18:26 | AugustoMauch | Fixed in Version | => 3.0MP23 |
2013-04-12 03:34 | hgbot | Checkin | |
2013-04-12 03:34 | hgbot | Note Added: 0057855 | |
2013-04-12 03:54 | hgbot | Checkin | |
2013-04-12 03:54 | hgbot | Note Added: 0057856 | |
2013-04-16 19:18 | hudsonbot | Checkin | |
2013-04-16 19:18 | hudsonbot | Note Added: 0057952 | |
2013-04-16 19:18 | hudsonbot | Checkin | |
2013-04-16 19:18 | hudsonbot | Note Added: 0057963 | |
2013-04-16 19:18 | hudsonbot | Checkin | |
2013-04-16 19:18 | hudsonbot | Note Added: 0057964 | |
2013-04-16 19:18 | hudsonbot | Checkin | |
2013-04-16 19:18 | hudsonbot | Note Added: 0057965 | |
Notes |
|
|
Not a defect: works as designed.
It is a feature request. |
|
|
(0057818)
|
hgbot
|
2013-04-10 04:40
|
|
Repository: erp/devel/pi
Changeset: f01340771e75eda11b7caee2457f33234d932e60
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Wed Apr 10 08:08:20 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/f01340771e75eda11b7caee2457f33234d932e60 [^]
Fixes Issue 0022528: Field Categories can be collapsed by default
Added a new field collapse in Field Category that will allow the field category to be collapsed by default.
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewFieldHandler.java
M src-db/database/model/tables/AD_FIELDGROUP.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_FIELDGROUP.xml
---
|
|
|
(0057852)
|
hgbot
|
2013-04-11 18:01
|
|
|
|
|
Code reviewed and verified in pi@158818c4f91e |
|
|
(0057855)
|
hgbot
|
2013-04-12 03:34
|
|
Repository: erp/devel/pi
Changeset: 66ccc861d1d525bb34a12473a8691009bf9fc520
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Fri Apr 12 07:03:47 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/66ccc861d1d525bb34a12473a8691009bf9fc520 [^]
Related to Issue 22528 : Backed out changeset 158818c4f91e
Backed out the changeset as it adds the check constraint to isActive column instead of isCollapsed. Fails API Tests.
---
M src-db/database/model/tables/AD_FIELDGROUP.xml
---
|
|
|
(0057856)
|
hgbot
|
2013-04-12 03:54
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|