Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0030223 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Openbravo ERP] A. Platform | minor | always | 2015-06-22 12:38 | 2015-06-23 16:07 | |||
Reporter | AugustoMauch | View Status | public | |||||
Assigned To | inigosanchez | |||||||
Priority | high | Resolution | fixed | Fixed in Version | 3.0PR15Q2.3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 8fbddf2c1941 | ||||
Projection | none | ETA | none | Target Version | 3.0PR15Q2.3 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | caristu | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | Production - Confirmed Stable | |||||||
Regression date | 2014-09-05 | |||||||
Regression introduced in release | 3.0PR14Q4 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/dc8d0777f38d8678aef43fd4044d8801a56f39d8 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0030223: Delete popup is not hidden if two or more rows are deleted at the same time | |||||||
Description | If two or more records are selected and deleted, the records are deleted properly but the "Deleting..." popup is not hidden. The user will not be able to interact with the window until he refreshes it. | |||||||
Steps To Reproduce | As F&B Admin: - Open the Product Category window - Create two product categories - In grid view, select the two product categories you just created and delete them - Check that the "Deleting..." popup is not hidden Note that when the Delete toolbar button is pressed this message is shown in the javascript console: Uncaught TypeError: undefined is not a function | |||||||
Tags | Approved | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0078420) hgbot (developer) 2015-06-23 10:22 |
Repository: erp/backports/3.0PR15Q2.3 Changeset: 8fbddf2c1941f287ca64179f899e2b2b82b471a1 Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com> Date: Tue Jun 23 10:20:40 2015 +0200 URL: http://code.openbravo.com/erp/backports/3.0PR15Q2.3/rev/8fbddf2c1941f287ca64179f899e2b2b82b471a1 [^] Fixes issue 30223: delete popup is not hidden under some circumstances The problem was that if two or more records were selected and deleted, the records were deleted properly but the "Deleting..." popup is not hidden. The user will not be able to interact with the window until he refreshes it. This happends when in a grid that contains a tree grid view This happened when a grid contains a treegrid and this one is not open first. In that case this element "view.treeGrid.data.handleUpdate" has not been created yet. To avoid the problem, it has added a condition that checks whether the properties have been started correctly and thus, if the properties can be accessed. --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js --- |
(0078435) caristu (developer) 2015-06-23 16:07 |
Code review + tested OK |
Issue History | |||
Date Modified | Username | Field | Change |
2015-06-22 13:12 | caristu | Type | defect => backport |
2015-06-22 13:12 | caristu | Target Version | => 3.0PR15Q2.3 |
2015-06-22 15:42 | dmitry_mezentsev | Tag Attached: Approved | |
2015-06-23 10:20 | inigosanchez | Issue Monitored: caristu | |
2015-06-23 10:21 | inigosanchez | Review Assigned To | => caristu |
2015-06-23 10:22 | hgbot | Checkin | |
2015-06-23 10:22 | hgbot | Note Added: 0078420 | |
2015-06-23 10:22 | hgbot | Status | scheduled => resolved |
2015-06-23 10:22 | hgbot | Resolution | open => fixed |
2015-06-23 10:22 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/backports/3.0PR15Q2.3/rev/8fbddf2c1941f287ca64179f899e2b2b82b471a1 [^] |
2015-06-23 16:07 | caristu | Note Added: 0078435 | |
2015-06-23 16:07 | caristu | Status | resolved => closed |
2015-06-23 16:07 | caristu | Fixed in Version | => 3.0PR15Q2.3 |
Copyright © 2000 - 2009 MantisBT Group |