Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020147 | Openbravo ERP | A. Platform | public | 2012-03-29 11:25 | 2012-04-02 10:23 |
|
Reporter | psarobe | |
Assigned To | AugustoMauch | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP9 | Fixed in Version | 3.0MP9 | |
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 | 0020147: When clicking enter is not creating a new line |
Description | When you are in grid view creating a new line and then you click Enter key, it is only saving the record but not creating a new line. This is wrong
This is working in MP7.2 |
Steps To Reproduce | 1. Go to sales order
2. Click new and save the header
3. Move to lines tab and click new line in grid mode
4. Enter the required fields (product) and click Enter key
Current behaviour: It saves the line. WRONG
Expected result: Save the line and create a new one in status New |
Proposed Solution | |
Additional Information | |
Tags | Regression QA |
Relationships | related to | defect | 0019830 | | closed | AugustoMauch | Error message is not shown when using Enter key to exit an invalid row |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-03-29 11:25 | psarobe | New Issue | |
2012-03-29 11:25 | psarobe | Assigned To | => alostale |
2012-03-29 11:25 | psarobe | Modules | => Core |
2012-03-29 11:25 | psarobe | Tag Attached: Regression | |
2012-03-29 11:26 | psarobe | Tag Detached: Regression | |
2012-03-29 11:26 | psarobe | Tag Attached: Regression QA | |
2012-03-29 11:54 | AugustoMauch | Assigned To | alostale => AugustoMauch |
2012-03-29 16:39 | AugustoMauch | Relationship added | related to 0019830 |
2012-03-29 16:55 | hgbot | Checkin | |
2012-03-29 16:55 | hgbot | Note Added: 0046905 | |
2012-03-29 16:55 | hgbot | Status | new => resolved |
2012-03-29 16:55 | hgbot | Resolution | open => fixed |
2012-03-29 16:55 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/01f4307bcdea5262807bb0eef2eb0d8a66ed1d35 [^] |
2012-03-29 17:03 | AugustoMauch | Note Added: 0046909 | |
2012-03-29 17:33 | marvintm | Status | resolved => closed |
2012-03-29 17:33 | marvintm | Fixed in Version | => 3.0MP9 |
2012-04-01 20:35 | hgbot | Checkin | |
2012-04-01 20:35 | hgbot | Note Added: 0047025 | |
2012-04-01 20:35 | hgbot | Status | closed => resolved |
2012-04-01 20:35 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/01f4307bcdea5262807bb0eef2eb0d8a66ed1d35 [^] => http://code.openbravo.com/erp/devel/pi/rev/13d387213fdd8ba66cff095b0b52d3fc7f7d3013 [^] |
2012-04-02 06:13 | hudsonbot | Checkin | |
2012-04-02 06:13 | hudsonbot | Note Added: 0047270 | |
2012-04-02 10:23 | AugustoMauch | Status | resolved => closed |
Notes |
|
(0046905)
|
hgbot
|
2012-03-29 16:55
|
|
Repository: erp/devel/pi
Changeset: 01f4307bcdea5262807bb0eef2eb0d8a66ed1d35
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Thu Mar 29 16:54:24 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/01f4307bcdea5262807bb0eef2eb0d8a66ed1d35 [^]
Fixes issue 20147: A new record is created in the grid when pushing the enter key
A change (changeset 2e1947ca8bbc) introduced for trying to fix issue 19830 prevented a new line from being created when the user pushed the enter key while editing the last reco
rd in the grid. This change has been reverted, and the functionality is working again.
This change does not modify the status of issue 19830, because the changeset that has been reverted only solved part of the problem.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
|
|
|
|
Test plan:
- Open Unit of Measure window
- Create a new record in the grid.
- Fill in the EDI Code and Name fields.
- Press Enter. The record should be saved and a new one should have been created.
- Click the cancel button. The new row should be deleted.
- Select the recently created record and click the Edit in Grid button.
- Press Enter. A new record should have been created.
This change is not risky. |
|
|
(0047025)
|
hgbot
|
2012-04-01 20:35
|
|
Repository: erp/devel/pi
Changeset: 13d387213fdd8ba66cff095b0b52d3fc7f7d3013
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Thu Mar 29 16:54:24 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/13d387213fdd8ba66cff095b0b52d3fc7f7d3013 [^]
Fixes issue 20147: A new record is created in the grid when pushing the enter key
A change (changeset 2e1947ca8bbc) introduced for trying to fix issue 19830 prevented a new line from being created when the user pushed the enter key while editing the last reco
rd in the grid. This change has been reverted, and the functionality is working again.
This change does not modify the status of issue 19830, because the changeset that has been reverted only solved part of the problem.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
|
|
|
|
|