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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0021709
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminoralways2012-09-21 09:562012-09-28 14:38
ReporterAugustoMauchView Statuspublic 
Assigned ToAugustoMauch 
PriorityimmediateResolutionfixedFixed in Version3.0MP15
StatusclosedFix in branchFixed in SCM revisiona975007ee083
ProjectionnoneETAnoneTarget Version3.0MP16
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Todbaz
Web browser
ModulesCore
Regression levelPre packaging ( pi )
Regression date2012-08-29
Regression introduced in release
Regression introduced by commithttps://code.openbravo.com/erp/devel/pi/rev/d500176d7771e75ea21f5fbe34c90e296110b8ab [^]
Triggers an Emergency PackNo
Summary

0021709: After saving a change in the grid, the tab title do not remove the '*' until another row is selected

DescriptionWhen there are unsaved changes in a view, the tab title shows an '*', that is removed when the changes are saved or canceled.

Currently, after saving the changes done in a row in the grid, the '*' is not removed until another row is selected. This does not happen in the form view, or when the changes are canceled in the grid or in the form view.
Steps To ReproduceIn any window:
- Open a row in edit mode.
- Make a change. Notice that the '*' appears in the tab title.
- Save the record with the toolbar button, with the row button or with the shortcut.
- Notice that the '*' is still in the title.
- Move to another row. The '*' dissapears
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 00213523.0MP15 closedmtaal Enter key duplicates the line number in sales order line 

-  Notes
(0052278)
AugustoMauch (manager)
2012-09-21 12:35

This regression was caused by this line: https://code.openbravo.com/erp/devel/pi/rev/d500176d7771e75ea21f5fbe34c90e296110b8ab#l2.10. [^] It caused the call to updateTabTitle to be executed while the grid was still in edit mode.
(0052280)
hgbot (developer)
2012-09-21 12:36

Repository: erp/devel/pi
Changeset: 4457b10d26e6686d742c609407d3cb2c3740760e
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Sep 21 12:33:54 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/4457b10d26e6686d742c609407d3cb2c3740760e [^]

Fixes issue 21709: Tab title is updated when a record is saved in the grid view

The fix of the issue 21352 caused the updateTabTitle function to be executed when the grid was still in edit mode, so the '*' in the tab title remained. Removing the code that caused this issue was not possible, because then the original issue was reproducible. Instead, an extra call to updateTabTitle is done when the records exists the edit mode.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
(0052284)
dbaz (developer)
2012-09-21 14:00

Reviewed @ changeset: 17994 - 4457b10d26e6
(0052665)
hgbot (developer)
2012-09-26 17:16

Repository: erp/devel/pi
Changeset: a975007ee08356357dc2737b24e59c1a2e544ce0
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Sep 21 12:33:54 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/a975007ee08356357dc2737b24e59c1a2e544ce0 [^]

Fixes issue 21709: Tab title is updated when a record is saved in the grid view

The fix of the issue 21352 caused the updateTabTitle function to be executed when the grid was still in edit mode, so the '*' in the tab title remained. Removing the code that caused this issue was not possible, because then the original issue was reproducible. Instead, an extra call to updateTabTitle is done when the records exists the edit mode.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
(0052877)
hudsonbot (developer)
2012-09-28 14:38

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/6d2f8cffd4b1 [^]

Maturity status: Test

- Issue History
Date Modified Username Field Change
2012-09-21 09:56 AugustoMauch New Issue
2012-09-21 09:56 AugustoMauch Assigned To => AugustoMauch
2012-09-21 09:56 AugustoMauch Modules => Core
2012-09-21 10:35 AugustoMauch Regression level => Packaging and release
2012-09-21 11:17 AugustoMauch Regression level Packaging and release => Pre packaging ( pi )
2012-09-21 12:29 AugustoMauch Regression date => 2012-08-29
2012-09-21 12:29 AugustoMauch Regression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/d500176d7771e75ea21f5fbe34c90e296110b8ab [^]
2012-09-21 12:29 AugustoMauch Relationship added related to 0021352
2012-09-21 12:34 AugustoMauch Issue Monitored: dbaz
2012-09-21 12:34 AugustoMauch Closed by => dbaz
2012-09-21 12:35 AugustoMauch Note Added: 0052278
2012-09-21 12:36 hgbot Checkin
2012-09-21 12:36 hgbot Note Added: 0052280
2012-09-21 12:36 hgbot Status new => resolved
2012-09-21 12:36 hgbot Resolution open => fixed
2012-09-21 12:36 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/4457b10d26e6686d742c609407d3cb2c3740760e [^]
2012-09-21 14:00 dbaz Note Added: 0052284
2012-09-21 14:00 dbaz Status resolved => closed
2012-09-21 14:00 dbaz Fixed in Version => 3.0MP15
2012-09-24 18:48 dbaz Issue End Monitor: dbaz
2012-09-26 17:16 hgbot Checkin
2012-09-26 17:16 hgbot Note Added: 0052665
2012-09-26 17:16 hgbot Status closed => resolved
2012-09-26 17:16 hgbot Fixed in SCM revision http://code.openbravo.com/erp/devel/pi/rev/4457b10d26e6686d742c609407d3cb2c3740760e [^] => http://code.openbravo.com/erp/devel/pi/rev/a975007ee08356357dc2737b24e59c1a2e544ce0 [^]
2012-09-26 17:34 gorka_gil Status resolved => closed
2012-09-28 14:38 hudsonbot Checkin
2012-09-28 14:38 hudsonbot Note Added: 0052877


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker