Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0048527 | Openbravo ERP | A. Platform | public | 2022-02-03 14:08 | 2022-02-19 12:02 |
|
Reporter | AugustoMauch | |
Assigned To | ablasco | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | PR22Q2 | |
Merge Request Status | approved |
Review Assigned To | |
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 | 0048527: Log message level is too high |
Description | In the DefaultDataSourceService class, a message is written on the log when building the database properties of generated windows if for some reason DalUtil.getPropertyFromPath(entity, additionalProp) returns false, meaning that there is no property in the given entity with the given name.
This happens some times when using selectors that have fields with aliases. The log is not very useful because there aren't any side effects when the property is not found. We could either change the log devel to debug or remove, I prefer to keep the log with debug level. |
Steps To Reproduce | - Log in in the backoffice
- Open the Sales Invoice window. Notice that the following message is logged:
2022-02-03 14:07:05,590 [http-nio-8080-exec-10] INFO org.openbravo.service.datasource.DefaultDataSourceService - Couldn't find property from additional property product$productName in entity InvoiceLine
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | 48527.diff (1,444) 2022-02-15 06:52 https://issues.openbravo.com/file_download.php?file_id=16611&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2022-02-03 14:08 | AugustoMauch | New Issue | |
2022-02-03 14:08 | AugustoMauch | Assigned To | => Triage Platform Base |
2022-02-03 14:08 | AugustoMauch | OBNetwork customer | => No |
2022-02-03 14:08 | AugustoMauch | Modules | => Core |
2022-02-03 14:08 | AugustoMauch | Triggers an Emergency Pack | => No |
2022-02-03 14:08 | AugustoMauch | Summary | Log message is => Log message level is too high |
2022-02-15 06:52 | guillermogil | File Added: 48527.diff | |
2022-02-19 12:01 | hgbot | Merge Request Status | => open |
2022-02-19 12:01 | hgbot | Note Added: 0135143 | |
2022-02-19 12:02 | hgbot | Merge Request Status | open => approved |
2022-02-19 12:02 | hgbot | Resolution | open => fixed |
2022-02-19 12:02 | hgbot | Status | new => closed |
2022-02-19 12:02 | hgbot | Note Added: 0135144 | |
2022-02-19 12:02 | hgbot | Fixed in Version | => PR22Q2 |
2022-02-19 12:02 | hgbot | Note Added: 0135145 | |
2022-02-19 12:02 | AugustoMauch | Assigned To | Triage Platform Base => ablasco |