Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027565 | Openbravo ERP | A. Platform | public | 2014-09-09 13:01 | 2014-09-18 07:45 |
|
Reporter | Sandrahuguet | |
Assigned To | AugustoMauch | |
Priority | urgent | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | | |
Target Version | 3.0PR14Q4 | Fixed in Version | 3.0PR14Q4 | |
Merge Request Status | |
Review Assigned To | shankarb |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0027565: Wrong context for add payment selector in transaction tab |
Description | Wrong context for add payment selector in transaction tab. The context should be the tab transaction instead of the header financial account.
This issue is only reproducible in https://code.openbravo.com/erp/devel/pi-reconref [^] |
Steps To Reproduce | - Go to Financial Account and select Bank account 1
- Navigate to Transaction tab
- Click in create a new record
- Click in '+' in payment selector
The context send to this process definition is the data of the header and this is wrong. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0037465 | | closed | caristu | Same process definition in several tabs in same window sends wrong information to server |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-09-09 13:01 | Sandrahuguet | New Issue | |
2014-09-09 13:01 | Sandrahuguet | Assigned To | => AugustoMauch |
2014-09-09 13:01 | Sandrahuguet | OBNetwork customer | => No |
2014-09-09 13:01 | Sandrahuguet | Modules | => Core |
2014-09-09 13:01 | Sandrahuguet | Triggers an Emergency Pack | => No |
2014-09-09 17:00 | AugustoMauch | Issue Monitored: shankarb | |
2014-09-09 17:00 | AugustoMauch | Review Assigned To | => shankarb |
2014-09-09 17:01 | AugustoMauch | Note Added: 0070058 | |
2014-09-09 17:01 | hgbot | Checkin | |
2014-09-09 17:01 | hgbot | Note Added: 0070059 | |
2014-09-09 17:01 | hgbot | Status | new => resolved |
2014-09-09 17:01 | hgbot | Resolution | open => fixed |
2014-09-09 17:01 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f6997e0002d60eb8f4f12ccac1fda819340787b7 [^] |
2014-09-10 03:34 | hudsonbot | Checkin | |
2014-09-10 03:34 | hudsonbot | Note Added: 0070071 | |
2014-09-18 07:45 | shankarb | Note Added: 0070192 | |
2014-09-18 07:45 | shankarb | Status | resolved => closed |
2014-09-18 07:45 | shankarb | Fixed in Version | => 3.0PR14Q4 |
2017-12-13 09:56 | caristu | Relationship added | related to 0037465 |
Notes |
|
|
Before closing this issue, wait until the pireconref repo is updated with this change, or until that repo is merged with pi. |
|
|
(0070059)
|
hgbot
|
2014-09-09 17:01
|
|
Repository: erp/devel/pi
Changeset: f6997e0002d60eb8f4f12ccac1fda819340787b7
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Tue Sep 09 17:00:00 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/f6997e0002d60eb8f4f12ccac1fda819340787b7 [^]
Fixes issue 27565: Parameter window from selector uses proper context
When a parameter window is opened from the '+' selector button, the view used to retrieve its context should be the view where that formitem is defined. Due to a bug the header view was always being picked
, instead of the view owner of the form item.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js
M modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js
---
|
|
|
|
|
|
(0070192)
|
shankarb
|
2014-09-18 07:45
|
|
Code reviewed and verified in pi changeset 04ae35aa72e5. |
|