Openbravo Issue Tracking System - Openbravo ERP | |||||||||||||||||||||||||||||||||
View Issue Details | |||||||||||||||||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||||||||||||||||
0035187 | Openbravo ERP | A. Platform | public | 2017-02-07 14:52 | 2017-03-15 20:19 | ||||||||||||||||||||||||||||
Reporter | ngarcia | ||||||||||||||||||||||||||||||||
Assigned To | caristu | ||||||||||||||||||||||||||||||||
Priority | immediate | Severity | minor | Reproducibility | always | ||||||||||||||||||||||||||||
Status | closed | Resolution | fixed | ||||||||||||||||||||||||||||||
Platform | OS | 5 | OS Version | ||||||||||||||||||||||||||||||
Product Version | |||||||||||||||||||||||||||||||||
Target Version | Fixed in Version | 3.0PR17Q2 | |||||||||||||||||||||||||||||||
Merge Request Status | |||||||||||||||||||||||||||||||||
Review Assigned To | alostale | ||||||||||||||||||||||||||||||||
OBNetwork customer | |||||||||||||||||||||||||||||||||
Web browser | |||||||||||||||||||||||||||||||||
Modules | Core | ||||||||||||||||||||||||||||||||
Support ticket | |||||||||||||||||||||||||||||||||
Regression level | Production - QA Approved | ||||||||||||||||||||||||||||||||
Regression date | 2016-04-18 | ||||||||||||||||||||||||||||||||
Regression introduced in release | 3.0PR16Q3 | ||||||||||||||||||||||||||||||||
Regression introduced by commit | http://code.openbravo.com/erp/devel/pi/rev/82f27ac1b1497b3a82646b140ab1b6e048f2b766 [^] | ||||||||||||||||||||||||||||||||
Triggers an Emergency Pack | No | ||||||||||||||||||||||||||||||||
Summary | 0035187: Cannot attach a document to an invoice if the role does not have access to ADTab entity and there is a module In Development | ||||||||||||||||||||||||||||||||
Description | Cannot attach a document to an invoice if the role does not have access to ADTab entity and there is a module In Development In upload function of AttachImplementationManager class the getTab function of the ApplicationDictionaryCachedStructures class is executed: Tab tab = adcs.getTab(strTab); There, if there exists a module In Development it is trying to return the Tab class: if (!useCache()) { // not using cache, initialize just current tab and go return OBDal.getInstance().get(Tab.class, tabId); } | ||||||||||||||||||||||||||||||||
Steps To Reproduce | As system admin role: Set a module In Development Restart Tomcat As group admin role: Create a new manual role Add access to F&B EspaƱa Region Norte organization Add editable access to Sales Invoice window Assign it to Openbravo user Log out and log in Change to the previously created role Go to Sales Invoice window, select a record and print it Select the option to attach it (Yes) Check the following error message is shown: "Entity ADTab is not readable by the user ..." The log shows: org.openbravo.base.exception.OBSecurityException: Entity ADTab is not readable by the user 100 at org.openbravo.dal.security.EntityAccessChecker.checkReadable(EntityAccessChecker.java:464) at org.openbravo.dal.service.OBDal.checkReadAccess(OBDal.java:654) at org.openbravo.dal.service.OBDal.checkReadAccess(OBDal.java:641) at org.openbravo.dal.service.OBDal.get(OBDal.java:337) at org.openbravo.client.application.window.ApplicationDictionaryCachedStructures.getTab(ApplicationDictionaryCachedStructures.java:124) at org.openbravo.client.application.window.ApplicationDictionaryCachedStructures$Proxy$_$$_WeldClientProxy.getTab(ApplicationDictionaryCachedStructures$Proxy$_$$_WeldClientProxy.java) at org.openbravo.client.application.attachment.AttachImplementationManager.upload(AttachImplementationManager.java:119) at org.openbravo.erpCommon.utility.reporting.ReportManager.createAttachmentForReport(ReportManager.java:198) at org.openbravo.erpCommon.utility.reporting.ReportManager.createAttachmentForReport(ReportManager.java:165) at org.openbravo.erpCommon.utility.reporting.printing.PrintController.buildReport(PrintController.java:625) at org.openbravo.erpCommon.utility.reporting.printing.PrintController.post(PrintController.java:254) at org.openbravo.erpCommon.utility.reporting.printing.PrintInvoices.doPost(PrintInvoices.java:54) | ||||||||||||||||||||||||||||||||
Proposed Solution | |||||||||||||||||||||||||||||||||
Additional Information | |||||||||||||||||||||||||||||||||
Tags | No tags attached. | ||||||||||||||||||||||||||||||||
Relationships |
| ||||||||||||||||||||||||||||||||
Attached Files | |||||||||||||||||||||||||||||||||
Issue History | |||||||||||||||||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||||||||||||||||
2017-02-07 14:52 | ngarcia | New Issue | |||||||||||||||||||||||||||||||
2017-02-07 14:52 | ngarcia | Assigned To | => platform | ||||||||||||||||||||||||||||||
2017-02-07 14:52 | ngarcia | Modules | => Core | ||||||||||||||||||||||||||||||
2017-02-07 14:52 | ngarcia | Triggers an Emergency Pack | => No | ||||||||||||||||||||||||||||||
2017-02-07 14:52 | ngarcia | Issue Monitored: networkb | |||||||||||||||||||||||||||||||
2017-02-07 19:35 | caristu | Assigned To | platform => caristu | ||||||||||||||||||||||||||||||
2017-02-07 19:35 | caristu | Status | new => acknowledged | ||||||||||||||||||||||||||||||
2017-02-08 13:16 | caristu | Regression level | => Production - QA Approved | ||||||||||||||||||||||||||||||
2017-02-08 13:16 | caristu | Regression date | => 2016-04-18 | ||||||||||||||||||||||||||||||
2017-02-08 13:16 | caristu | Regression introduced in release | => 3.0PR16Q3 | ||||||||||||||||||||||||||||||
2017-02-08 13:16 | caristu | Regression introduced by commit | => http://code.openbravo.com/erp/devel/pi/rev/82f27ac1b1497b3a82646b140ab1b6e048f2b766 [^] | ||||||||||||||||||||||||||||||
2017-02-08 13:16 | caristu | Relationship added | caused by 0029771 | ||||||||||||||||||||||||||||||
2017-02-08 13:17 | caristu | Status | acknowledged => scheduled | ||||||||||||||||||||||||||||||
2017-02-08 14:04 | hgbot | Checkin | |||||||||||||||||||||||||||||||
2017-02-08 14:04 | hgbot | Note Added: 0094145 | |||||||||||||||||||||||||||||||
2017-02-08 14:04 | hgbot | Status | scheduled => resolved | ||||||||||||||||||||||||||||||
2017-02-08 14:04 | hgbot | Resolution | open => fixed | ||||||||||||||||||||||||||||||
2017-02-08 14:04 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/37570fc76755c06a43fc1e724771660d734ba329 [^] | ||||||||||||||||||||||||||||||
2017-02-08 16:25 | hgbot | Checkin | |||||||||||||||||||||||||||||||
2017-02-08 16:25 | hgbot | Note Added: 0094152 | |||||||||||||||||||||||||||||||
2017-02-09 12:46 | caristu | Note Added: 0094177 | |||||||||||||||||||||||||||||||
2017-02-09 12:47 | caristu | Note Edited: 0094177 | bug_revision_view_page.php?bugnote_id=0094177#r14539 | ||||||||||||||||||||||||||||||
2017-02-10 07:28 | alostale | Review Assigned To | => alostale | ||||||||||||||||||||||||||||||
2017-02-10 07:28 | alostale | Note Added: 0094192 | |||||||||||||||||||||||||||||||
2017-02-10 07:28 | alostale | Status | resolved => closed | ||||||||||||||||||||||||||||||
2017-02-10 07:28 | alostale | Fixed in Version | => 3.0PR17Q2 | ||||||||||||||||||||||||||||||
2017-03-15 20:19 | hudsonbot | Checkin | |||||||||||||||||||||||||||||||
2017-03-15 20:19 | hudsonbot | Note Added: 0095171 | |||||||||||||||||||||||||||||||
2017-03-15 20:19 | hudsonbot | Checkin | |||||||||||||||||||||||||||||||
2017-03-15 20:19 | hudsonbot | Note Added: 0095172 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|