Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0050174Openbravo ERPA. Platformpublic2022-09-06 11:512022-09-08 10:13
caristu 
caristu 
highminorhave not tried
closedfixed 
5
 
PR22Q4 
Core
No
0050174: Provide an utility method for retrieving the real base design path used by some reports
Some reports make use of the /src-loc/design path, for example to make reference to their subreports.

Currently the ReportingUtils class provides a utility method named "getBaseDesign" that retrieves the relative path, i.e., /src-loc/design, but it would be nice to have another method that retrieves the real complete path to that folder
In description
No tags attached.
blocks defect 0050162 closed caristu Modules Support printing Distribution Order Issues from AWO 
Issue History
2022-09-06 11:51caristuNew Issue
2022-09-06 11:51caristuAssigned To => caristu
2022-09-06 11:51caristuModules => Core
2022-09-06 11:51caristuTriggers an Emergency Pack => No
2022-09-06 11:55hgbotNote Added: 0140745
2022-09-06 11:56caristuRelationship addedblocks 0050162
2022-09-08 10:13hgbotResolutionopen => fixed
2022-09-08 10:13hgbotStatusnew => closed
2022-09-08 10:13hgbotNote Added: 0140841
2022-09-08 10:13hgbotFixed in Version => PR22Q4
2022-09-08 10:13hgbotNote Added: 0140842

Notes
(0140745)
hgbot   
2022-09-06 11:55   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/701 [^]
(0140841)
hgbot   
2022-09-08 10:13   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/701 [^]
(0140842)
hgbot   
2022-09-08 10:13   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: d8c287117c133a74b9ebc4d7df65d9440dba653d
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 08-09-2022 08:12:56
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/d8c287117c133a74b9ebc4d7df65d9440dba653d [^]

fixes ISSUE-50174: Utility method to retrieve the real report base design path

---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/report/ReportingUtils.java
---