Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0017781 | Openbravo ERP | B. User interface | public | 2011-06-27 08:50 | 2011-11-04 13:56 |
|
Reporter | psarobe | |
Assigned To | dbaz | |
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP5 | Fixed in Version | | |
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 | 0017781: Status bar: Fields that were links in the form, when moving to status bar lose that capacity |
Description | Status bar: Fields that were links in the form, when moving to status bar lose that capacity |
Steps To Reproduce | 1. Go to sales order->Header
2. In the status bar you have the field Currency
3. Before moving to the status bar it was in the form being a link. Now it is not a link anymore |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0018879 | 3.0MP5 | closed | mtaal | Form layout not opening |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-06-27 08:50 | psarobe | New Issue | |
2011-06-27 08:50 | psarobe | Assigned To | => dbaz |
2011-06-27 08:50 | psarobe | Modules | => Core |
2011-06-27 08:50 | psarobe | OBNetwork customer | => No |
2011-10-19 00:39 | hgbot | Checkin | |
2011-10-19 00:39 | hgbot | Note Added: 0041917 | |
2011-10-19 00:39 | hgbot | Status | new => resolved |
2011-10-19 00:39 | hgbot | Resolution | open => fixed |
2011-10-19 00:39 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/07a2abc3ffad693b248068c112ba7ad43e38c513 [^] |
2011-10-21 12:56 | hgbot | Checkin | |
2011-10-21 12:56 | hgbot | Note Added: 0041975 | |
2011-10-23 13:42 | hudsonbot | Checkin | |
2011-10-23 13:42 | hudsonbot | Note Added: 0042017 | |
2011-10-26 13:19 | mtaal | Relationship added | related to 0018879 |
2011-10-26 13:29 | mtaal | Note Added: 0042110 | |
2011-10-26 17:01 | hgbot | Checkin | |
2011-10-26 17:01 | hgbot | Note Added: 0042118 | |
2011-11-03 18:30 | marvintm | Status | resolved => closed |
2011-11-04 13:56 | hudsonbot | Checkin | |
2011-11-04 13:56 | hudsonbot | Note Added: 0042567 | |
Notes |
|
(0041917)
|
hgbot
|
2011-10-19 00:39
|
|
Repository: erp/devel/pi
Changeset: 07a2abc3ffad693b248068c112ba7ad43e38c513
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Wed Oct 19 00:39:08 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/07a2abc3ffad693b248068c112ba7ad43e38c513 [^]
Fixed issue 17781: [statusbar] added link-out capabilities to status bar fields
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-statusbar.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-statusbar-styles.css
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-statusbar-styles.js
---
|
|
|
(0041975)
|
hgbot
|
2011-10-21 12:56
|
|
|
|
|
|
|
(0042110)
|
mtaal
|
2011-10-26 13:29
|
|
The above changeset caused issue 18879. |
|
|
(0042118)
|
hgbot
|
2011-10-26 17:01
|
|
Repository: erp/devel/pi
Changeset: 61ddad3c2054fb1800c542d1b6b25c6c02394c30
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Wed Oct 26 17:00:51 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/61ddad3c2054fb1800c542d1b6b25c6c02394c30 [^]
Issue 17781: Small code improvements, too much typeof calls
- When you declare a variable has *undefined* value by default.
You can improve the check against undefined values declaring a variable
and using in the comparison.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-statusbar.js
---
|
|
|
|
|