Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0043686 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| defect | [Openbravo ERP] A. Platform | minor | have not tried | 2020-04-07 09:36 | 2020-05-04 07:58 | |||
| Reporter | cberner | View Status | public | |||||
| Assigned To | cberner | |||||||
| Priority | normal | Resolution | fixed | Fixed in Version | PR20Q3 | |||
| Status | closed | Fix in branch | Fixed in SCM revision | 9c6c865d3c40 | ||||
| Projection | none | ETA | none | Target Version | ||||
| OS | Any | Database | Any | Java version | ||||
| OS Version | Database version | Ant version | ||||||
| Product Version | SCM revision | |||||||
| Merge Request Status | ||||||||
| Review Assigned To | alostale | |||||||
| 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 | 0043686: TranslationHandler shows INFO of not found after each ERROR | |||||||
| Description | After showing ERROR for exceptions also shows 'Not found' as if there was no exception but update statement did update 0 rows (meaning base row in _TRL table not found). Should show only the error and skip to the next translation. Example: [java] 29945 [main] ERROR org.openbravo.erpCommon.ad_forms.TranslationHandler - Failed query importing translation: update AD_REF_LIST_Trl set Name=?,Updated=now() ,IsTranslated=? where AD_REF_LIST_ID=? and AD_Language=? and AD_Client_ID=? with parameters [Cerrado, N, E5869ABDD2D144AE9BB073F4A61F6E45, es_ES, 0] [java] 29947 [main] INFO org.openbravo.erpCommon.ad_forms.TranslationHandler - Not found translatable element - Table:AD_REF_LIST, AD_REF_LIST_ID=E5869ABDD2D144AE9BB073F4A61F6E45, AD_Language=es_ES [java] 29948 [main] ERROR org.openbravo.erpCommon.ad_forms.TranslationHandler - Failed query importing translation: update AD_REF_LIST_Trl set Name=?,Updated=now() ,IsTranslated=? where AD_REF_LIST_ID=? and AD_Language=? and AD_Client_ID=? with parameters [Parcialmente, N, E94D29C3F7F14422873FC60F9C464C85, es_ES, 0] [java] 29949 [main] INFO org.openbravo.erpCommon.ad_forms.TranslationHandler - Not found translatable element - Table:AD_REF_LIST, AD_REF_LIST_ID=E94D29C3F7F14422873FC60F9C464C85, AD_Language=es_ES | |||||||
| Steps To Reproduce | - | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
||||||||
|
||||||||
Notes |
|
|
(0119227) hgbot (developer) 2020-04-17 09:23 |
Repository: erp/devel/pi Changeset: 9c6c865d3c40d6671133843656efbba421367f3c Author: Cristian Berner <cristian.berner <at> openbravo.com> Date: Wed Apr 15 13:08:11 2020 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/9c6c865d3c40d6671133843656efbba421367f3c [^] Fixes ISSUE-43686: Remove info log after query exception in TranslationHandler Doesn't show the info message after an exception in the retrieval query of TranslationHandler. It was previously generating a confusing info message after every exception in query. --- M src/org/openbravo/erpCommon/ad_forms/TranslationHandler.java --- |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2020-04-07 09:36 | cberner | New Issue | |
| 2020-04-07 09:36 | cberner | Assigned To | => platform |
| 2020-04-07 09:36 | cberner | OBNetwork customer | => No |
| 2020-04-07 09:36 | cberner | Modules | => Core |
| 2020-04-07 09:36 | cberner | Triggers an Emergency Pack | => No |
| 2020-04-07 09:36 | cberner | Relationship added | related to 0043272 |
| 2020-04-08 09:21 | alostale | Status | new => acknowledged |
| 2020-04-15 13:40 | cberner | Assigned To | platform => cberner |
| 2020-04-17 09:23 | hgbot | Checkin | |
| 2020-04-17 09:23 | hgbot | Note Added: 0119227 | |
| 2020-04-17 09:23 | hgbot | Status | acknowledged => resolved |
| 2020-04-17 09:23 | hgbot | Resolution | open => fixed |
| 2020-04-17 09:23 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/9c6c865d3c40d6671133843656efbba421367f3c [^] |
| 2020-05-04 07:58 | alostale | Review Assigned To | => alostale |
| 2020-05-04 07:58 | alostale | Status | resolved => closed |
| 2020-05-04 07:58 | alostale | Fixed in Version | => 3.0PR20Q3 |
| Copyright © 2000 - 2009 MantisBT Group |