Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0034803 | Openbravo ERP | 01. General setup | public | 2016-12-21 19:01 | 2016-12-23 20:42 |
|
Reporter | maite | |
Assigned To | rqueralta | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR17Q1 | |
Merge Request Status | |
Review Assigned To | markmm82 |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 44894 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0034803: Error "Entity FIN_PaymentMethod is not directly readable" in Payment Execution window |
Description | When used Role has not access to "Payment Method" window, following error is received in "Payment Execution" window |
Steps To Reproduce | 1. Access Role window and remove "Payment Method" record in Window Access for "F&B International Group Admin" role
2. Logout/login using same role
3. Access Payment Execution window and realize that "Financial Account" combo is not properly loaded but shows "Response" label
4. Refresh window and error "org.openbravo.base.exception.OBSecurityException: Entity FIN_PaymentMethod is not directly readable, only id and identifier properties are readable, property FIN_PaymentMethod.financialMgmtFinAccPaymentMethodList is neither of these" will be raised |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-12-21 19:01 | maite | New Issue | |
2016-12-21 19:01 | maite | Assigned To | => Triage Finance |
2016-12-21 19:01 | maite | OBNetwork customer | => Yes |
2016-12-21 19:01 | maite | Modules | => Core |
2016-12-21 19:01 | maite | Support ticket | => 44894 |
2016-12-21 19:01 | maite | Resolution time | => 1484089200 |
2016-12-21 19:01 | maite | Triggers an Emergency Pack | => No |
2016-12-21 19:01 | maite | Issue Monitored: networkb | |
2016-12-21 20:57 | markmm82 | Assigned To | Triage Finance => collazoandy4 |
2016-12-23 13:38 | rqueralta | Assigned To | collazoandy4 => rqueralta |
2016-12-23 13:40 | rqueralta | Status | new => scheduled |
2016-12-23 13:41 | rqueralta | Note Added: 0092973 | |
2016-12-23 15:34 | hgbot | Checkin | |
2016-12-23 15:34 | hgbot | Note Added: 0092981 | |
2016-12-23 15:34 | hgbot | Status | scheduled => resolved |
2016-12-23 15:34 | hgbot | Resolution | open => fixed |
2016-12-23 15:34 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/64ac0cc86133c57d873ead430d894044aef739c2 [^] |
2016-12-23 15:35 | markmm82 | Review Assigned To | => markmm82 |
2016-12-23 15:35 | markmm82 | Note Added: 0092982 | |
2016-12-23 15:35 | markmm82 | Status | resolved => closed |
2016-12-23 15:35 | markmm82 | Fixed in Version | => 3.0PR17Q1 |
2016-12-23 20:42 | hudsonbot | Checkin | |
2016-12-23 20:42 | hudsonbot | Note Added: 0092989 | |
Notes |
|
|
Test plan:
As F&B International Group Admin
- Go to Role window
Select "F&B International Group Admin" role
Remove "Payment Method" record in Window Access tab
- Logout/login using same role
- Go to Payment Execution window
Realize that "Financial Account" combo is properly loaded
Refresh window and check that error is not shown |
|
|
(0092981)
|
hgbot
|
2016-12-23 15:34
|
|
Repository: erp/devel/pi
Changeset: 64ac0cc86133c57d873ead430d894044aef739c2
Author: Rafael Queralta Pozo <rqueralta <at> nauta.cu>
Date: Fri Dec 23 07:18:41 2016 -0500
URL: http://code.openbravo.com/erp/devel/pi/rev/64ac0cc86133c57d873ead430d894044aef739c2 [^]
Fixes issue 34803: Error "Entity FIN_PaymentMethod is not directly readable"
Added Administrator Mode to getFinancialAccountList method of FIN_Utility class
---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_Utility.java
---
|
|
|
|
|
|
|
|