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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0022655
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 09. Financial managementminoralways2012-12-21 10:352013-03-05 09:30
ReporterjecharriView Statuspublic 
Assigned ToAugustoMauch 
PriorityurgentResolutionfixedFixed in Version3.0MP21
StatusclosedFix in branchFixed in SCM revisionb9dcfdaae170
ProjectionnoneETAnoneTarget Version3.0MP21
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Toshankarb
Web browserGoogle Chrome
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0022655: Display problems in window G/L Journal window

DescriptionDisplay 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.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
has duplicate defect 0022851 closedAugustoMauch Tab line that has a button (P&E) is not showing it when the tab does only have one record 

-  Notes
(0056957)
ioritzCia (developer)
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 (reporter)
2013-03-04 13:37

Code reviewed and verified in pi changeset b9dcfdaae170
(0057023)
hudsonbot (developer)
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

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