Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0026395 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | critical | always | 2014-04-28 10:46 | 2014-10-01 16:29 | |||
Reporter | guillermogil | View Status | public | |||||
Assigned To | guillermogil | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0PR14Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 5470b601b14e | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 64 bit | Database | PostgreSQL | Java version | 1.6.0_18 | |||
OS Version | Professional Appliance | Database version | 9.1 | Ant version | 1.7.1 | |||
Product Version | pi | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | shankarb | |||||||
OBNetwork customer | No | |||||||
Web browser | Google Chrome | |||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | Production - Confirmed Stable | |||||||
Regression date | 2013-11-21 | |||||||
Regression introduced in release | 3.0MP30 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/091cc28d75e0fd11049eabfc3fdcc67825783830 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0026395: If you create a sales invoice in grid view and save it by losing focus a new empty record appears | |||||||
Description | If you create a sales invoice and save it by losing focus a new empty record appears. There is an error on the console (Uncaught TypeError: Cannot read property '_editValues' of undefined) and summary functions do not work. | |||||||
Steps To Reproduce | - Create a sales invoice on grid view. - Save it by losing focus. - An error appears and summary fields (if any) are not refreshed. | |||||||
Proposed Solution | Modify ob-view-grid.js line: this.setEditValue(this.getEditRow(), this.getField(colNum).name, record[this.getField(colNum).name], true, true); Use rowNum instead this.getEditRow() | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() | |||||||
![]() |
||||||||
|
![]() |
|
(0066642) hgbot (developer) 2014-04-28 11:22 |
Repository: erp/devel/pi Changeset: 5470b601b14e7dcd8b7f9baa26aefe6521d8b5d5 Author: Guillermo Gil <guillermo.gil <at> openbravo.com> Date: Mon Apr 28 11:21:55 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/5470b601b14e7dcd8b7f9baa26aefe6521d8b5d5 [^] Fixed issue 26395: Create a sales invoice in grid & save it by losing focus On create a new record this.getEditRow() does not exists, used rowNum instead this.getEditRow() --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js --- |
(0066776) shankarb (viewer) 2014-05-02 08:29 |
Code reviewed and verified in pi changeset 6d818cd5ed38. |
(0066978) hudsonbot (viewer) 2014-05-07 18:12 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/02ca2648bcdc [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2014-04-28 10:46 | guillermogil | New Issue | |
2014-04-28 10:46 | guillermogil | Assigned To | => guillermogil |
2014-04-28 10:46 | guillermogil | File Added: Screenshot from 2014-04-28 10:45:06.png | |
2014-04-28 10:46 | guillermogil | Web browser | => Google Chrome |
2014-04-28 10:46 | guillermogil | Modules | => Core |
2014-04-28 10:46 | guillermogil | OBNetwork customer | => No |
2014-04-28 10:46 | guillermogil | Triggers an Emergency Pack | => No |
2014-04-28 10:47 | guillermogil | Web browser | Google Chrome => Google Chrome |
2014-04-28 10:47 | guillermogil | Priority | normal => immediate |
2014-04-28 10:48 | guillermogil | Web browser | Google Chrome => Google Chrome |
2014-04-28 10:48 | guillermogil | Regression level | => Production - Confirmed Stable |
2014-04-28 10:48 | guillermogil | Regression date | => 2013-11-21 |
2014-04-28 10:48 | guillermogil | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/091cc28d75e0fd11049eabfc3fdcc67825783830 [^] |
2014-04-28 10:49 | AugustoMauch | Web browser | Google Chrome => Google Chrome |
2014-04-28 10:49 | AugustoMauch | Regression level | Production - Confirmed Stable => |
2014-04-28 10:49 | AugustoMauch | Regression date | 2013-11-21 => |
2014-04-28 10:49 | AugustoMauch | Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/091cc28d75e0fd11049eabfc3fdcc67825783830 [^] => |
2014-04-28 10:49 | AugustoMauch | Summary | If you create a sales invoice and save it by loosing focus a new empty record appears => If you create a sales invoice in grid view and save it by losing focus a new empty record appears |
2014-04-28 10:49 | AugustoMauch | Description Updated | View Revisions |
2014-04-28 10:49 | AugustoMauch | Steps to Reproduce Updated | View Revisions |
2014-04-28 10:55 | guillermogil | Relationship added | related to 0025028 |
2014-04-28 11:03 | guillermogil | Web browser | Google Chrome => Google Chrome |
2014-04-28 11:03 | guillermogil | Regression level | => Production - Confirmed Stable |
2014-04-28 11:03 | guillermogil | Regression date | => 2013-11-21 |
2014-04-28 11:03 | guillermogil | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/091cc28d75e0fd11049eabfc3fdcc67825783830 [^] |
2014-04-28 11:03 | guillermogil | Steps to Reproduce Updated | View Revisions |
2014-04-28 11:08 | guillermogil | Issue Monitored: shankarb | |
2014-04-28 11:08 | guillermogil | Review Assigned To | => shankarb |
2014-04-28 11:08 | guillermogil | Web browser | Google Chrome => Google Chrome |
2014-04-28 11:22 | hgbot | Checkin | |
2014-04-28 11:22 | hgbot | Note Added: 0066642 | |
2014-04-28 11:22 | hgbot | Status | new => resolved |
2014-04-28 11:22 | hgbot | Resolution | open => fixed |
2014-04-28 11:22 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/5470b601b14e7dcd8b7f9baa26aefe6521d8b5d5 [^] |
2014-05-02 08:29 | shankarb | Note Added: 0066776 | |
2014-05-02 08:29 | shankarb | Status | resolved => closed |
2014-05-02 08:29 | shankarb | Fixed in Version | => PR14Q2 |
2014-05-07 18:12 | hudsonbot | Checkin | |
2014-05-07 18:12 | hudsonbot | Note Added: 0066978 | |
2014-06-03 16:57 | johnfandl | Issue Monitored: johnfandl | |
2014-10-01 16:29 | plujan | Web browser | Google Chrome => Google Chrome |
2014-10-01 16:29 | plujan | Regression introduced in release | => 3.0MP30 |
Copyright © 2000 - 2009 MantisBT Group |