Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0021709 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | minor | always | 2012-09-21 09:56 | 2012-09-28 14:38 | |||
Reporter | AugustoMauch | View Status | public | |||||
Assigned To | AugustoMauch | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0MP15 | |||
Status | closed | Fix in branch | Fixed in SCM revision | a975007ee083 | ||||
Projection | none | ETA | none | Target Version | 3.0MP16 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | dbaz | |||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | Pre packaging ( pi ) | |||||||
Regression date | 2012-08-29 | |||||||
Regression introduced in release | ||||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/d500176d7771e75ea21f5fbe34c90e296110b8ab [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0021709: After saving a change in the grid, the tab title do not remove the '*' until another row is selected | |||||||
Description | When 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 Reproduce | In 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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0052278) AugustoMauch (administrator) 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 (viewer) 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 (viewer) 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 |
![]() |
|||
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 09:56 | AugustoMauch | OBNetwork customer | => No |
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 |