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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0022306
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] B. User interfaceminoralways2012-11-14 17:422013-01-28 18:20
ReportercaristuView Statuspublic 
Assigned Toshankarb 
PriorityhighResolutionfixedFixed in Version3.0MP20
StatusclosedFix in branchpiFixed in SCM revisiona9324ffbf3a3
ProjectionnoneETAnoneTarget Version3.0MP20
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned ToAugustoMauch
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0022306: Event Handler not updates the field that has the focus in grid view

DescriptionThe event handler component is not updating the field that has the focus, if we made the event (add, update) in grid view.
Steps To Reproduce1) Create an Event Handler, for example to update the list price in the Price tab of the Product window. (Use attached class)
2) Go to the [Price] tab in the [Product] Window
3a) Create a new row in form view, and put the focus on the list price field. Save the record. Check that the list price field is updated.
3b) Create a new row in grid view, and put the focus on the unit price field. Save the record. Check that the list price field is updated.
3c)Create a new row in grid view, and put the focus on the list price field. Save the record. Check that the list price field is NOT updated.
TagsNo tags attached.
Attached Files? file icon ProductPriceHandler.java [^] (1,861 bytes) 2012-11-14 17:48
diff file icon 22306.diff [^] (719 bytes) 2013-01-16 08:31 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0054765)
hgbot (developer)
2012-12-07 10:22

Repository: erp/devel/pi
Changeset: 49a412287cd5e10b16e8ab632071aae91a6fd9eb
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Tue Dec 04 13:30:36 2012 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/49a412287cd5e10b16e8ab632071aae91a6fd9eb [^]

Fixes Issue 0022306: Event Handler does not update field in focus in grid view

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
(0054777)
hgbot (developer)
2012-12-07 14:21

Repository: erp/devel/pi
Changeset: c098fb792dbfbba2e924f6196d3e4b0289c821cd
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Dec 07 14:19:07 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/c098fb792dbfbba2e924f6196d3e4b0289c821cd [^]

Related to issue 22306: Backed out changeset 49a412287cd5

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
(0054858)
hudsonbot (developer)
2012-12-11 17:54

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/3b1b5e2f6c63 [^]

Maturity status: Test
(0054859)
hudsonbot (developer)
2012-12-11 17:54

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/3b1b5e2f6c63 [^]

Maturity status: Test
(0055028)
shankarb (reporter)
2012-12-18 04:31

Backed out changeset @ http://code.openbravo.com/erp/devel/pi/rev/c098fb792dbfbba2e924f6196d3e4b0289c821cd [^] [^]
(0055029)
shankarb (reporter)
2012-12-18 04:32

The value is actually updated. But not displayed at the client level. If a manual Tab level refresh is done, the updated value is shown.
(0055562)
hgbot (developer)
2013-01-17 12:34

Repository: erp/devel/pi
Changeset: a9324ffbf3a36e31aade56da744202cfe2a1848e
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Thu Jan 17 17:02:23 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/a9324ffbf3a36e31aade56da744202cfe2a1848e [^]

Fixes Issue 0022306: Event Handler does not update focus field

Event Handler not update the field that has the focus in grid view.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
(0055639)
hudsonbot (developer)
2013-01-18 20:26

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/4cd4a6cc38e0 [^]

Maturity status: Test
(0055641)
hgbot (developer)
2013-01-21 08:48

Repository: erp/devel/pi
Changeset: 4db996f55ee3f1cfb7735dfa143efee59d1faa7a
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Mon Jan 21 13:07:54 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/4db996f55ee3f1cfb7735dfa143efee59d1faa7a [^]

Related to Issue 22306 : Code Refactoring

Added comments to variable initialization and modified query.list() to scroll() for performance enhancement.

---
M modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/CustomQuerySelectorDatasource.java
---
(0055644)
hgbot (developer)
2013-01-21 09:10

Repository: erp/devel/pi
Changeset: bc196be64b0340c83a3ad718f17ed5407d1c8051
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Mon Jan 21 13:38:59 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/bc196be64b0340c83a3ad718f17ed5407d1c8051 [^]

Related to Issue 22306 : Backed out changeset 4db996f55ee3

Backed out changset as that is related to issue 22684.

---
M modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/CustomQuerySelectorDatasource.java
---
(0055725)
hudsonbot (developer)
2013-01-22 15:33

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/449aae8be624 [^]

Maturity status: Test
(0055727)
hudsonbot (developer)
2013-01-22 15:33

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/449aae8be624 [^]

Maturity status: Test
(0055923)
AugustoMauch (manager)
2013-01-28 18:20

Code reviewed and verified in pi@e035b2855377

- Issue History
Date Modified Username Field Change
2012-11-14 17:42 caristu New Issue
2012-11-14 17:42 caristu Assigned To => dbaz
2012-11-14 17:42 caristu Modules => Core
2012-11-14 17:42 caristu Resolution time => 1359154800
2012-11-14 17:43 caristu Issue Monitored: networkb
2012-11-14 17:43 dbaz Assigned To dbaz => shankarb
2012-11-14 17:48 caristu File Added: ProductPriceHandler.java
2012-11-30 12:28 shankarb File Added: FixIssue22306.diff
2012-11-30 12:43 shankarb Status new => scheduled
2012-11-30 12:43 shankarb fix_in_branch => pi
2012-12-04 06:12 shankarb File Deleted: FixIssue22306.diff
2012-12-07 10:20 shankarb Review Assigned To => mtaal
2012-12-07 10:20 shankarb Triggers an Emergency Pack => No
2012-12-07 10:20 shankarb fix_in_branch pi =>
2012-12-07 10:21 shankarb Issue Monitored: mtaal
2012-12-07 10:22 hgbot Checkin
2012-12-07 10:22 hgbot Note Added: 0054765
2012-12-07 10:22 hgbot Status scheduled => resolved
2012-12-07 10:22 hgbot Resolution open => fixed
2012-12-07 10:22 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/49a412287cd5e10b16e8ab632071aae91a6fd9eb [^]
2012-12-07 14:21 hgbot Checkin
2012-12-07 14:21 hgbot Note Added: 0054777
2012-12-11 17:54 hudsonbot Checkin
2012-12-11 17:54 hudsonbot Note Added: 0054858
2012-12-11 17:54 hudsonbot Checkin
2012-12-11 17:54 hudsonbot Note Added: 0054859
2012-12-18 04:31 shankarb Note Added: 0055028
2012-12-18 04:31 shankarb Status resolved => new
2012-12-18 04:31 shankarb Resolution fixed => open
2012-12-18 04:32 shankarb Note Added: 0055029
2013-01-09 17:01 AugustoMauch Target Version 3.0MP19 => 3.0MP20
2013-01-16 08:31 shankarb File Added: 22306.diff
2013-01-17 12:32 shankarb Review Assigned To mtaal => AugustoMauch
2013-01-17 12:32 shankarb Issue End Monitor: mtaal
2013-01-17 12:33 shankarb Issue Monitored: AugustoMauch
2013-01-17 12:33 shankarb Status new => scheduled
2013-01-17 12:33 shankarb fix_in_branch => pi
2013-01-17 12:34 hgbot Checkin
2013-01-17 12:34 hgbot Note Added: 0055562
2013-01-17 12:34 hgbot Status scheduled => resolved
2013-01-17 12:34 hgbot Resolution open => fixed
2013-01-17 12:34 hgbot Fixed in SCM revision http://code.openbravo.com/erp/devel/pi/rev/49a412287cd5e10b16e8ab632071aae91a6fd9eb [^] => http://code.openbravo.com/erp/devel/pi/rev/a9324ffbf3a36e31aade56da744202cfe2a1848e [^]
2013-01-18 20:26 hudsonbot Checkin
2013-01-18 20:26 hudsonbot Note Added: 0055639
2013-01-21 08:48 hgbot Checkin
2013-01-21 08:48 hgbot Note Added: 0055641
2013-01-21 09:10 hgbot Checkin
2013-01-21 09:10 hgbot Note Added: 0055644
2013-01-22 15:33 hudsonbot Checkin
2013-01-22 15:33 hudsonbot Note Added: 0055725
2013-01-22 15:33 hudsonbot Checkin
2013-01-22 15:33 hudsonbot Note Added: 0055727
2013-01-28 18:20 AugustoMauch Note Added: 0055923
2013-01-28 18:20 AugustoMauch Status resolved => closed
2013-01-28 18:20 AugustoMauch Fixed in Version => 3.0MP20


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker