Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020052 | Openbravo ERP | A. Platform | public | 2012-03-16 14:29 | 2012-04-02 06:10 |
|
Reporter | guilleaer | |
Assigned To | guilleaer | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP10 | |
Merge Request Status | |
Review Assigned To | |
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 | 0020052: When there aren't linked items categories the empty message is not shown |
Description | When there aren't linked items categories the empty message is not shown |
Steps To Reproduce | 1. logged as system administrator
2. Go to tables and columns window
3. select the table ADAlert
4. Open the column "Updated" using form view
5. Expand linked items
6. There are not category items but message is not shown |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0018064 | | closed | guilleaer | Wrong visual feedback on linked items while loading |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-03-16 14:29 | guilleaer | New Issue | |
2012-03-16 14:29 | guilleaer | Assigned To | => guilleaer |
2012-03-16 14:29 | guilleaer | Modules | => Core |
2012-03-16 15:30 | guilleaer | Relationship added | related to 0018064 |
2012-03-16 15:39 | hgbot | Checkin | |
2012-03-16 15:39 | hgbot | Note Added: 0046516 | |
2012-03-16 15:39 | hgbot | Status | new => resolved |
2012-03-16 15:39 | hgbot | Resolution | open => fixed |
2012-03-16 15:39 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/99aabc7cab5bbadc96ae1a4202c525076cca7d58 [^] |
2012-03-16 15:42 | guilleaer | Note Added: 0046517 | |
2012-03-23 14:39 | alostale | Note Added: 0046694 | |
2012-03-23 14:39 | alostale | Status | resolved => closed |
2012-03-23 14:39 | alostale | Fixed in Version | => 3.0MP10 |
2012-04-02 06:10 | hudsonbot | Checkin | |
2012-04-02 06:10 | hudsonbot | Note Added: 0047158 | |
Notes |
|
(0046516)
|
hgbot
|
2012-03-16 15:39
|
|
Repository: erp/devel/pi
Changeset: 99aabc7cab5bbadc96ae1a4202c525076cca7d58
Author: Guillermo Álvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Fri Mar 16 15:38:03 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/99aabc7cab5bbadc96ae1a4202c525076cca7d58 [^]
Fixed issue 20052: Message is shown when the grid of linked items categories doesn't have items
Before the fix, the value of emptyDataMessage is '' because the value of this.empyMessage doesn't have value in the moment of the assignation.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form-linked-items.js
---
|
|
|
|
Test plan:
The same as the defined steps to reproduce.
This fix is not risky. |
|
|
|
code reviewed and verified on pi@5acb2f2f3505 |
|
|
|
|