Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0017042Openbravo ERPA. Platformpublic2011-05-06 13:192011-06-03 13:27
psarobe 
iperdomo 
urgentmajoralways
closedfixed 
5
 
3.0MP0 
Core
No
0017042: When a field is "Display"='N' but has a sequence number, the system takes into account that space and it should skipped it
When a field is "Display"='N' but has a sequence number, the system takes into account that space and it should skipped it
1. Go to windows tabs and fields
2. select any window, for example Assets
3. Mark a field as not display but keep the sequence number.

Notice there is a gap in the form for that field and it shouldn't
No tags attached.
Issue History
2011-05-06 13:19psarobeNew Issue
2011-05-06 13:19psarobeAssigned To => iperdomo
2011-05-06 13:19psarobeModules => Core
2011-05-16 08:53alostaleStatusnew => scheduled
2011-05-17 09:15iperdomoPriorityurgent => normal
2011-05-20 12:10psarobeTarget Version3.0MP0 => 3.0MP1
2011-05-30 20:05psarobePrioritynormal => immediate
2011-05-30 20:05psarobeTarget Version3.0MP1 => 3.0MP0
2011-05-30 20:11psarobeAssigned Toiperdomo => alostale
2011-05-31 08:52iperdomoAssigned Toalostale => iperdomo
2011-05-31 09:09iperdomoAssigned Toiperdomo => alostale
2011-05-31 18:13alostalePriorityimmediate => urgent
2011-05-31 18:13alostaleNote Added: 0037840
2011-05-31 18:13alostaleStatusscheduled => feedback
2011-06-01 12:51iperdomoStatusfeedback => scheduled
2011-06-01 12:51iperdomoAssigned Toalostale => iperdomo
2011-06-01 12:51iperdomofix_in_branch => pi
2011-06-01 16:23hgbotCheckin
2011-06-01 16:23hgbotNote Added: 0037886
2011-06-01 16:23hgbotCheckin
2011-06-01 16:23hgbotNote Added: 0037887
2011-06-01 16:23hgbotStatusscheduled => resolved
2011-06-01 16:23hgbotResolutionopen => fixed
2011-06-01 16:23hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/2fe831f4937300869ea5704e4603c461b49e0171 [^]
2011-06-01 17:48hgbotCheckin
2011-06-01 17:48hgbotNote Added: 0037890
2011-06-01 17:48hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/2fe831f4937300869ea5704e4603c461b49e0171 [^] => http://code.openbravo.com/erp/devel/pi/rev/baac5d68ada2834ec6e45dd05d42c4fbb954a3a9 [^]
2011-06-02 16:38shuehnerNote Added: 0037931
2011-06-02 16:38shuehnerStatusresolved => closed
2011-06-03 13:27hudsonbotCheckin
2011-06-03 13:27hudsonbotNote Added: 0037986
2011-06-03 13:27hudsonbotCheckin
2011-06-03 13:27hudsonbotNote Added: 0037987
2011-06-03 13:27hudsonbotCheckin
2011-06-03 13:27hudsonbotNote Added: 0037989

Notes
(0037840)
alostale   
2011-05-31 18:13   
I'm not able to reproduce. If you can reproduce it, could you detail the exact fields you are hiding?
(0037886)
hgbot   
2011-06-01 16:23   
Repository: erp/devel/pi
Changeset: 2de941ea3367a7cd3a67d4d87046bb0ad8d8bc4c
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Wed Jun 01 16:18:33 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/2de941ea3367a7cd3a67d4d87046bb0ad8d8bc4c [^]

Issue 17042: Reset width property when field is not displayed

---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/NumberUIDefinition.java
---
(0037887)
hgbot   
2011-06-01 16:23   
Repository: erp/devel/pi
Changeset: 2fe831f4937300869ea5704e4603c461b49e0171
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Wed Jun 01 16:20:40 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/2fe831f4937300869ea5704e4603c461b49e0171 [^]

Fixes issue 17042: Move status bar fields at the end of the form
- Ensure that they don't take space using, alwaysTakeSpace: false
- They are not part of any field group

---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/ob-view-field.js.ftl
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewFormComponent.java
---
(0037890)
hgbot   
2011-06-01 17:48   
Repository: erp/devel/pi
Changeset: baac5d68ada2834ec6e45dd05d42c4fbb954a3a9
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Wed Jun 01 17:43:48 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/baac5d68ada2834ec6e45dd05d42c4fbb954a3a9 [^]

Fixes issue 17042: Solved adding displayed fields twice
- The usual convention is for a status field is not displayed, but could be
    displayed. This solved adding the same field twice

---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewFormComponent.java
---
(0037931)
shuehner   
2011-06-02 16:38   
Reviewed change on pi/pgsql (rev: 12e58eab2d50). Code changes looks fine, already functionally tested by psa. -> Closing
(0037986)
hudsonbot   
2011-06-03 13:27   
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/2a05e66b60ca [^]

Maturity status: Test
(0037987)
hudsonbot   
2011-06-03 13:27   
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/2a05e66b60ca [^]

Maturity status: Test
(0037989)
hudsonbot   
2011-06-03 13:27   
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/2a05e66b60ca [^]

Maturity status: Test