Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0016955 | Openbravo ERP | A. Platform | public | 2011-05-02 11:01 | 2011-05-12 13:54 |
|
Reporter | iperdomo | |
Assigned To | iperdomo | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | 2.6.36-gentoo-r5 |
Product Version | | |
Target Version | 3.0RC7 | Fixed in Version | 3.0RC7 | |
Merge Request Status | |
Review Assigned To | |
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 | 0016955: Not shown fields should be able to appear in status bar |
Description | The logic to show a field in 'Status Bar' is based on the field visibility. If a field is not shown, is not shown also in status bar. |
Steps To Reproduce | * Add a non-visible field in the status bar
* Check the tab in form view
* You'll see that the field is not shown in status bar
|
Proposed Solution | * Field visibility should not affect the visibility in status bar |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0016990 | 3.0RC7 | closed | shuehner | NPE loading workspace |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-05-02 11:01 | iperdomo | New Issue | |
2011-05-02 11:01 | iperdomo | Assigned To | => iperdomo |
2011-05-02 11:01 | iperdomo | Modules | => Core |
2011-05-02 11:01 | iperdomo | OBNetwork customer | => No |
2011-05-02 11:01 | iperdomo | Status | new => scheduled |
2011-05-02 11:01 | iperdomo | fix_in_branch | => pi |
2011-05-03 19:47 | hgbot | Checkin | |
2011-05-03 19:47 | hgbot | Note Added: 0036340 | |
2011-05-03 19:47 | hgbot | Checkin | |
2011-05-03 19:47 | hgbot | Note Added: 0036341 | |
2011-05-03 19:47 | hgbot | Status | scheduled => resolved |
2011-05-03 19:47 | hgbot | Resolution | open => fixed |
2011-05-03 19:47 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/4ec6d821e3a1e7626fd47d15a633542237ed19c2 [^] |
2011-05-04 11:18 | shuehner | Relationship added | related to 0016990 |
2011-05-12 13:29 | hudsonbot | Checkin | |
2011-05-12 13:29 | hudsonbot | Note Added: 0036807 | |
2011-05-12 13:29 | hudsonbot | Checkin | |
2011-05-12 13:29 | hudsonbot | Note Added: 0036808 | |
2011-05-12 13:54 | alostale | Status | resolved => closed |
2011-05-12 13:54 | alostale | Fixed in Version | => 3.0RC7 |
Notes |
|
(0036340)
|
hgbot
|
2011-05-03 19:47
|
|
|
|
(0036341)
|
hgbot
|
2011-05-03 19:47
|
|
Repository: erp/devel/pi
Changeset: 4ec6d821e3a1e7626fd47d15a633542237ed19c2
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Tue May 03 19:46:55 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/4ec6d821e3a1e7626fd47d15a633542237ed19c2 [^]
Fixes issue 16955: Ability to add non visible fields to status bar
- When a field is not visible but shown in status bar a HiddenItem is used
- The OBViewFormComponent is not filtering anymore by display = true
- If a section has all its fields non displayed, the visibility is set to
false
- Fixes some JSLint warnings based on new version
---
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
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-view-form.js
---
|
|
|
|
|
|
|
|