Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020032 | Openbravo ERP | A. Platform | public | 2012-03-15 10:26 | 2012-04-02 06:10 |
|
Reporter | maite | |
Assigned To | alostale | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP10 | Fixed in Version | | |
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 | 0020032: Lines duplicated when working with Classic View and pressing more than one time "New" button |
Description | Lines duplicated when working with Classic View and pressing more than one time "New" button |
Steps To Reproduce | 1. Go to Preference and create new record as "Property"=Use Classic UI Mode; Value=Y; Visible at user= Openbravo; Window= Sales Invoice
2. Logout and login
3. Go to Sales Invoice window. Create header and save
4. Go to Sales Invoice Line: choose any product and make double click in "New" button.
5. Switch to "grid" view and realize that line has been duplicated |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0020149 | | acknowledged | Triage Platform Base | Lines duplicated when working with Classic View and pressing more than one time "Grid" button |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-03-15 10:26 | maite | New Issue | |
2012-03-15 10:26 | maite | Assigned To | => alostale |
2012-03-15 10:26 | maite | Modules | => Core |
2012-03-15 11:39 | jonalegriaesarte | Priority | urgent => immediate |
2012-03-15 11:39 | jonalegriaesarte | Target Version | => 3.0MP10 |
2012-03-15 12:27 | hgbot | Checkin | |
2012-03-15 12:27 | hgbot | Note Added: 0046448 | |
2012-03-15 12:27 | hgbot | Status | new => resolved |
2012-03-15 12:27 | hgbot | Resolution | open => fixed |
2012-03-15 12:27 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/2c98af3dc9961dc229c50d8bbe9df9b750fe3dc5 [^] |
2012-03-15 12:28 | alostale | Note Added: 0046449 | |
2012-03-16 10:35 | maite | Note Added: 0046503 | |
2012-03-16 10:35 | maite | Status | resolved => closed |
2012-03-29 11:56 | maite | Relationship added | related to 0020149 |
2012-04-02 06:10 | hudsonbot | Checkin | |
2012-04-02 06:10 | hudsonbot | Note Added: 0047146 | |
Notes |
|
(0046448)
|
hgbot
|
2012-03-15 12:27
|
|
Repository: erp/devel/pi
Changeset: 2c98af3dc9961dc229c50d8bbe9df9b750fe3dc5
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Mar 15 12:25:36 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/2c98af3dc9961dc229c50d8bbe9df9b750fe3dc5 [^]
fixed bug 20032: ClassicView: duplicated record on multiple new click
When in class view New button is pressed several times before the receiving
response, multiple requests are sent causing multiple times saving.
This fix disables new button when it is clicked, before executing the command.
---
M src/org/openbravo/erpCommon/utility/ToolBar.java
---
|
|
|
|
Fix disables new button when it is clicked till response is received making not possible to click it twice.
No regression risk added. |
|
|
(0046503)
|
maite
|
2012-03-16 10:35
|
|
|
|
|
|