Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0019972 | Openbravo ERP | A. Platform | public | 2012-03-06 19:11 | 2012-04-01 20:37 |
|
Reporter | maite | |
Assigned To | alostale | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP10 | |
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 | 0019972: Lines are duplicated when using process to insert lines (for example Copy from order) and pressing OK button |
Description | Lines are duplicated when using process to insert lines and pressing OK button |
Steps To Reproduce | 1. Create Sales Order header for "F&B España, S.A." organization and "Alimentos y Supermercados, S.A." business partner
2. Press "Copy from order button" and select order with documentno PV5
3. Press OK button several times
4. Realize that lines are duplicated |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0019973 | | closed | naiaramartinez | Ensure processes cannot be launched several times |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-03-06 19:11 | maite | New Issue | |
2012-03-06 19:11 | maite | Assigned To | => alostale |
2012-03-06 19:11 | maite | Modules | => Core |
2012-03-06 19:11 | maite | OBNetwork customer | => Yes |
2012-03-06 19:14 | maite | Priority | urgent => immediate |
2012-03-07 09:11 | alostale | Relationship added | related to 0019973 |
2012-03-07 09:14 | alostale | Note Added: 0046112 | |
2012-03-07 09:14 | hgbot | Checkin | |
2012-03-07 09:14 | hgbot | Note Added: 0046113 | |
2012-03-07 09:14 | hgbot | Status | new => resolved |
2012-03-07 09:14 | hgbot | Resolution | open => fixed |
2012-03-07 09:14 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/ab62af27d492b40480a71059a2c8c07e3beebc45 [^] |
2012-03-08 20:13 | dbaz | Note Added: 0046213 | |
2012-03-08 20:13 | dbaz | Status | resolved => closed |
2012-03-08 20:13 | dbaz | Fixed in Version | => 3.0MP10 |
2012-04-01 20:37 | hudsonbot | Checkin | |
2012-04-01 20:37 | hudsonbot | Note Added: 0047051 | |
Notes |
|
|
The problem is for this specific manual process, that the button is not disabled after clicking on it.
Automatic generated UI processes already lock buttons on execution.
Current patch solves just this concrete process by displaying the loading image when the process is in execution.
A more in detail review of all processes should be done by 0019973.
No regression risk. |
|
|
(0046113)
|
hgbot
|
2012-03-07 09:14
|
|
Repository: erp/devel/pi
Changeset: ab62af27d492b40480a71059a2c8c07e3beebc45
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Mar 07 09:07:39 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/ab62af27d492b40480a71059a2c8c07e3beebc45 [^]
fixed issue 19972: Copy from Order can be executed several times
Copy from Order process allowed OK button to be clicked several times resulting on
the process being executed that number of times.
Now the button is disabled in client once it's clicked.
---
M src/org/openbravo/erpCommon/ad_actionButton/CopyFromPOOrder.html
---
|
|
|
(0046213)
|
dbaz
|
2012-03-08 20:13
|
|
Reviewed @ changeset 15743 - b352e67ef2a3 |
|
|
|
|