Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020522 | Openbravo ERP | A. Platform | public | 2012-05-16 09:20 | 2012-05-25 13:45 |
|
Reporter | jonalegriaesarte | |
Assigned To | guilleaer | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0MP12 | Fixed in Version | 3.0MP12 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0020522: Attachment icon does not work fine in grid view |
Description | Attachment icon does not work fine in grid view. |
Steps To Reproduce | - Business partner window. Select one business partner.
- Attach a file.
- Grid view mode with this business partner selected. The attachment icon is marked as "file attached"
- Select other business partner. The attachment icon is marked as "file attached", but there is no file attached. ERRROR.
- Edit the business partner. The attachment icon changes to "no file attached". OK.
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0029746 | | closed | caristu | unneded FIC request on record selection in some windows | related to | defect | 0037857 | | closed | caristu | Wrong FIC Request after selecting all records in a grid with hundreds of lines |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-05-16 09:20 | jonalegriaesarte | New Issue | |
2012-05-16 09:20 | jonalegriaesarte | Assigned To | => alostale |
2012-05-16 09:20 | jonalegriaesarte | Modules | => Core |
2012-05-16 09:20 | jonalegriaesarte | OBNetwork customer | => Yes |
2012-05-16 09:25 | jonalegriaesarte | Issue Monitored: networkb | |
2012-05-16 09:40 | maria_perez | Issue Monitored: maria_perez | |
2012-05-16 10:10 | alostale | Assigned To | alostale => guilleaer |
2012-05-23 11:03 | hgbot | Checkin | |
2012-05-23 11:03 | hgbot | Note Added: 0048881 | |
2012-05-23 11:03 | hgbot | Status | new => resolved |
2012-05-23 11:03 | hgbot | Resolution | open => fixed |
2012-05-23 11:03 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/27bdb08778351c2d7b08529e8a5cde4af31e18fc [^] |
2012-05-23 11:27 | guilleaer | Note Added: 0048882 | |
2012-05-25 12:13 | hudsonbot | Checkin | |
2012-05-25 12:13 | hudsonbot | Note Added: 0049189 | |
2012-05-25 13:45 | AugustoMauch | Note Added: 0049213 | |
2012-05-25 13:45 | AugustoMauch | Status | resolved => closed |
2012-05-25 13:45 | AugustoMauch | Fixed in Version | => 3.0MP12 |
2015-11-16 16:57 | caristu | Relationship added | related to 0029746 |
2018-02-08 10:59 | caristu | Relationship added | related to 0037857 |
Notes |
|
(0048881)
|
hgbot
|
2012-05-23 11:03
|
|
Repository: erp/devel/pi
Changeset: 27bdb08778351c2d7b08529e8a5cde4af31e18fc
Author: Guillermo Álvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Wed May 23 10:51:52 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/27bdb08778351c2d7b08529e8a5cde4af31e18fc [^]
Fixed issue 20522: After this fix the attachments icon works fine
The attachments icon was failing in tabs with a toolbar without right buttons.
To solve it, the code has been refactored allowing to update the state of attachments icon in all cases.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
---
|
|
|
|
This problem is happening in the tabs which don't have right buttons in the toolbar.
e.g Business partner, UOM
Test plan
---------
Follow the steps to reproduce. The icon should works fine.
This fix is not risky |
|
|
|
|
|
|
Code reviewed and verified in pi@4a4ad33e5e27 |
|