Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0022655 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 09. Financial management | minor | always | 2012-12-21 10:35 | 2013-03-05 09:30 | |||
Reporter | jecharri | View Status | public | |||||
Assigned To | AugustoMauch | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | 3.0MP21 | |||
Status | closed | Fix in branch | Fixed in SCM revision | b9dcfdaae170 | ||||
Projection | none | ETA | none | Target Version | 3.0MP21 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | shankarb | |||||||
OBNetwork customer | OBPS | |||||||
Web browser | Google Chrome | |||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0022655: Display problems in window G/L Journal window | |||||||
Description | Display problems in window G/L Journal window. The button "POST" is not displayed until you open the record in form view. | |||||||
Steps To Reproduce | -go to window "G/L Journal" -select a "G/L Journal" record and after that a header. -verify that you do not see the button "POST" -open the record in form view -now, you are able to see the button. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0056957) ioritzCia (viewer) 2013-03-04 10:01 |
Just refreshing the record tab shows the post/unpost button. |
(0056995) hgbot (developer) 2013-03-04 12:56 |
Repository: erp/devel/pi Changeset: b9dcfdaae170510c27e26433c77b76bb96903b6c Author: Augusto Mauch <augusto.mauch <at> openbravo.com> Date: Mon Mar 04 12:52:56 2013 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/b9dcfdaae170510c27e26433c77b76bb96903b6c [^] Fixes bug 22655, fixes bug 22851. Display logic works correct with one record. When a record is clicked, it is selected and a call to the FIC is done in SETSESSION mode. This call returns with the form session variables. The problem is th at when there is only one row in the grid, it is automatically selected and no call to the FIC is done in SETSESSION mode. This was happening in this issue, so the button whose display logic used session variables was not working properly. Only when the grid was refreshed the call to the FIC is SETSESSION mode was done. This has been fixed by making a call to updateButtonState(false, false, true) when data is received from the dataset being returned only one row. This call wil l result in a call to the fic in SETSESSION mode. The first argument ensures that the SETSESSION call is made, the second one is not used and the third one ens ures that the call is made even if the view is being updated is not the active one. --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js --- |
(0057003) shankarb (viewer) 2013-03-04 13:37 |
Code reviewed and verified in pi changeset b9dcfdaae170 |
(0057023) hudsonbot (viewer) 2013-03-05 09:30 |
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/e5bdfce74ee2 [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2012-12-21 10:35 | jecharri | New Issue | |
2012-12-21 10:35 | jecharri | Assigned To | => dmiguelez |
2012-12-21 10:35 | jecharri | Web browser | => Google Chrome |
2012-12-21 10:35 | jecharri | Modules | => Core |
2012-12-21 10:35 | jecharri | OBNetwork customer | => Yes |
2012-12-21 10:35 | jecharri | Resolution time | => 1330988400 |
2012-12-21 10:35 | jecharri | Triggers an Emergency Pack | => No |
2012-12-21 13:03 | dmiguelez | Assigned To | dmiguelez => jonalegriaesarte |
2013-01-24 11:14 | jonalegriaesarte | Web browser | Google Chrome => Google Chrome |
2013-01-24 11:14 | jonalegriaesarte | Target Version | 3.0MP20 => 3.0MP21 |
2013-02-20 14:49 | jonalegriaesarte | Assigned To | jonalegriaesarte => ioritzCia |
2013-03-04 10:00 | ioritzCia | Relationship added | depends on 0022851 |
2013-03-04 10:01 | ioritzCia | Note Added: 0056957 | |
2013-03-04 10:01 | ioritzCia | Assigned To | ioritzCia => AugustoMauch |
2013-03-04 12:53 | AugustoMauch | Relationship replaced | has duplicate 0022851 |
2013-03-04 12:55 | AugustoMauch | Issue Monitored: shankarb | |
2013-03-04 12:55 | AugustoMauch | Review Assigned To | => shankarb |
2013-03-04 12:55 | AugustoMauch | Web browser | Google Chrome => Google Chrome |
2013-03-04 12:56 | hgbot | Checkin | |
2013-03-04 12:56 | hgbot | Note Added: 0056995 | |
2013-03-04 12:56 | hgbot | Status | new => resolved |
2013-03-04 12:56 | hgbot | Resolution | open => fixed |
2013-03-04 12:56 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/b9dcfdaae170510c27e26433c77b76bb96903b6c [^] |
2013-03-04 13:37 | shankarb | Note Added: 0057003 | |
2013-03-04 13:37 | shankarb | Status | resolved => closed |
2013-03-04 13:37 | shankarb | Fixed in Version | => 3.0MP21 |
2013-03-05 09:30 | hudsonbot | Checkin | |
2013-03-05 09:30 | hudsonbot | Note Added: 0057023 |
Copyright © 2000 - 2009 MantisBT Group |