Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0030223
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Openbravo ERP] A. Platformminoralways2015-06-22 12:382015-06-23 16:07
ReporterAugustoMauchView Statuspublic 
Assigned Toinigosanchez 
PriorityhighResolutionfixedFixed in Version3.0PR15Q2.3
StatusclosedFix in branchFixed in SCM revision8fbddf2c1941
ProjectionnoneETAnoneTarget Version3.0PR15Q2.3
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tocaristu
Web browser
ModulesCore
Regression levelProduction - Confirmed Stable
Regression date2014-09-05
Regression introduced in release3.0PR14Q4
Regression introduced by commithttps://code.openbravo.com/erp/devel/pi/rev/dc8d0777f38d8678aef43fd4044d8801a56f39d8 [^]
Triggers an Emergency PackNo
Summary

0030223: Delete popup is not hidden if two or more rows are deleted at the same time

DescriptionIf 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 ReproduceAs 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
TagsApproved
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 00302223.0PR15Q3 closedinigosanchez Delete popup is not hidden if two or more rows are deleted at the same time 

-  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
Powered by Mantis Bugtracker