Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0022164 | Openbravo ERP | B. User interface | public | 2012-10-30 12:53 | 2012-11-19 16:41 |
|
Reporter | plujan | |
Assigned To | shankarb | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | 3.0MP17 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Pre packaging ( pi ) |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0022164: Link to create a new record in grid is missing |
Description | When I created a header (i.e. for Sales Invoice), the grid in Lines used to show a text with a link "No records found, create one". Now this link has gone and the message is "No data in grid". |
Steps To Reproduce | 1. Go to Sales Invoice window
2. Create a new header and save
Expected: Lines shows a message "no records found, create one" with a link
Got: Lines shows a message "no data in grid" with no link (see attach) |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | Openbravo Sales Invoice 1000038 30 1....png (79,432) 2012-10-30 12:53 https://issues.openbravo.com/file_download.php?file_id=5701&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2012-10-30 12:53 | plujan | New Issue | |
2012-10-30 12:53 | plujan | Assigned To | => mtaal |
2012-10-30 12:53 | plujan | File Added: Openbravo Sales Invoice 1000038 30 1....png | |
2012-10-30 12:53 | plujan | Modules | => Core |
2012-10-30 12:53 | plujan | OBNetwork customer | => No |
2012-10-30 12:53 | plujan | Regression level | => Pre packaging ( pi ) |
2012-10-30 14:00 | mtaal | Note Added: 0053824 | |
2012-10-30 14:00 | mtaal | Assigned To | mtaal => shankarb |
2012-10-30 14:40 | shankarb | Review Assigned To | => AugustoMauch |
2012-10-30 14:41 | shankarb | Issue Monitored: AugustoMauch | |
2012-10-30 14:41 | hgbot | Checkin | |
2012-10-30 14:41 | hgbot | Note Added: 0053827 | |
2012-10-30 14:41 | hgbot | Status | new => resolved |
2012-10-30 14:41 | hgbot | Resolution | open => fixed |
2012-10-30 14:41 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/82ccd8b3ca251c8ba923611cfb5419bbdd3ebc4f [^] |
2012-10-30 14:59 | AugustoMauch | Note Added: 0053829 | |
2012-10-30 14:59 | AugustoMauch | Status | resolved => closed |
2012-10-30 14:59 | AugustoMauch | Fixed in Version | => 3.0MP17 |
2012-10-31 13:31 | hudsonbot | Checkin | |
2012-10-31 13:31 | hudsonbot | Note Added: 0053939 | |
2012-11-19 16:41 | sureshbabu | Note Added: 0054321 | |
Notes |
|
(0053824)
|
mtaal
|
2012-10-30 14:00
|
|
I think this is related to this line:
if (this.uiPattern === 'SR' || this.uiPattern === 'RO' || this.uiPattern !== 'ED') {
line 1456 in ob-view-grid.js |
|
|
(0053827)
|
hgbot
|
2012-10-30 14:41
|
|
Repository: erp/devel/pi
Changeset: 82ccd8b3ca251c8ba923611cfb5419bbdd3ebc4f
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Tue Oct 30 14:39:56 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/82ccd8b3ca251c8ba923611cfb5419bbdd3ebc4f [^]
Fixes Issue 0022164: Link to create a new record in grid is missing
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
|
|
|
|
Code reviewed and verified in pi@82ccd8b3ca25 |
|
|
|
|
|
|
steps to reproduce the issue has been added in the test link |
|