Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027412 | Openbravo ERP | 09. Financial management | public | 2014-08-22 08:52 | 2014-12-30 23:24 |
|
Reporter | jonalegriaesarte | |
Assigned To | fsoto82 | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR15Q1 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | Sandrahuguet |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 30604 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0027412: If role does not have permissions to access PeriodControlLog entity, user can not open/close periods |
Description | If role does not have permissions to access PeriodControlLog entity, user can not open/close periods |
Steps To Reproduce | - Role admin remove access to Period Control Log window
- Login again
- Open/close Periods, close a period
Error:
Entity PeriodControlLog is not directly readable, only id and identifier properties are readable, property PeriodControlLog.cascade is neither of these. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-08-22 08:52 | jonalegriaesarte | New Issue | |
2014-08-22 08:52 | jonalegriaesarte | Assigned To | => AtulOpenbravo |
2014-08-22 08:52 | jonalegriaesarte | OBNetwork customer | => Yes |
2014-08-22 08:52 | jonalegriaesarte | Modules | => Core |
2014-08-22 08:52 | jonalegriaesarte | Support ticket | => 30604 |
2014-08-22 08:52 | jonalegriaesarte | Resolution time | => 1415228400 |
2014-08-22 08:52 | jonalegriaesarte | Triggers an Emergency Pack | => No |
2014-09-22 16:36 | jonalegriaesarte | Target Version | 3.0PR14Q4 => 3.0PR15Q1 |
2014-10-04 22:10 | fsoto82 | Status | new => scheduled |
2014-10-04 22:10 | fsoto82 | Note Added: 0070714 | |
2014-10-04 22:10 | fsoto82 | Assigned To | AtulOpenbravo => fsoto82 |
2014-10-04 22:10 | fsoto82 | fix_in_branch | => pi |
2014-11-03 17:20 | hgbot | Checkin | |
2014-11-03 17:20 | hgbot | Note Added: 0071376 | |
2014-11-03 17:20 | hgbot | Status | scheduled => resolved |
2014-11-03 17:20 | hgbot | Resolution | open => fixed |
2014-11-03 17:20 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/5f545250a3306324dc3aebc51c25c9626c269c7e [^] |
2014-11-03 17:21 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
2014-11-03 17:21 | Sandrahuguet | Note Added: 0071377 | |
2014-11-03 17:21 | Sandrahuguet | Status | resolved => closed |
2014-12-30 23:24 | hudsonbot | Checkin | |
2014-12-30 23:24 | hudsonbot | Note Added: 0073013 | |
Notes |
|
|
- Login using a role without access to Period Control Log window
- Open Open/close Periods window, try to close a period
- The period closes successfully |
|
|
(0071376)
|
hgbot
|
2014-11-03 17:20
|
|
Repository: erp/devel/pi
Changeset: 5f545250a3306324dc3aebc51c25c9626c269c7e
Author: Fernando Soto <fernando.soto <at> peoplewalking.com>
Date: Mon Oct 06 09:08:12 2014 -0500
URL: http://code.openbravo.com/erp/devel/pi/rev/5f545250a3306324dc3aebc51c25c9626c269c7e [^]
Fixed bug 27412: Role without access to PeriodControlLog cant open/close periods
Changed OpenClosePeriodHandler.java to set the context in admin mode to avoid permition issues.
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/event/OpenClosePeriodHandler.java
---
|
|
|
|
|
|
|
|