Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0036829 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | minor | always | 2017-09-11 17:59 | 2018-02-22 18:19 | |||
Reporter | dmiguelez | View Status | public | |||||
Assigned To | dmiguelez | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0PR18Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | dcb9af89d341 | ||||
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 | 0036829: In Monitor Tab on Process Request Window, it should be possible to see a large Log | |||||||
Description | In Monitor Tab on Process Request Window, it should be possible to see a Log larger than 4000 characters as it is working now. | |||||||
Steps To Reproduce | There is no process in Core as of today that can produce a Log this large. However, this can be accomplished by some processes in Advanced Warehouse Operations depending on the configuration. It is easier to understand it by looking into the Code. In ProcessMonitor.java Class, the log sent when updating the Process Run data is trucated to 4000 characters: final String executionLog = bundle.getLog().length() >= 4000 ? bundle.getLog().substring(0, 3999) : bundle.getLog(); This was fixed in a previous commit, but for the Process Runner Class, and should be fixed here as well: https://code.openbravo.com/erp/devel/pi/rev/e81caae0b006 [^] | |||||||
Proposed Solution | There is a file attached with the proposed fix: * Remove artificial constraint in the Code * Remove displayLenght of Log field * Changed field length in Log columns to the max numer allowed | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() | |||||||
![]() |
|||||||||||||||
|
![]() |
|
(0102299) hgbot (developer) 2018-02-09 11:36 |
Repository: erp/devel/pi Changeset: dcb9af89d341ecda193b725f0ba8f84176f57868 Author: David Miguelez <david.miguelez <at> openbravo.com> Date: Fri Feb 09 11:32:12 2018 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/dcb9af89d341ecda193b725f0ba8f84176f57868 [^] fixed bug 36829: can't display long process execution logs Even in database is defined as an arbitary lenght text, logs were truncated to 4K characters. This artificial restriction has been removed, so that logs can now be longer. --- M src-db/database/sourcedata/AD_COLUMN.xml M src-db/database/sourcedata/AD_FIELD.xml M src/org/openbravo/scheduling/ProcessMonitor.java --- |
(0102300) alostale (viewer) 2018-02-09 11:36 |
reviewed + tested |
(0102741) hudsonbot (viewer) 2018-02-22 18:19 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/980a6ad5bbf5 [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2017-09-11 17:59 | dmiguelez | New Issue | |
2017-09-11 17:59 | dmiguelez | Assigned To | => platform |
2017-09-11 17:59 | dmiguelez | File Added: fix.diff | |
2017-09-11 17:59 | dmiguelez | OBNetwork customer | => No |
2017-09-11 17:59 | dmiguelez | Modules | => Core |
2017-09-11 17:59 | dmiguelez | Triggers an Emergency Pack | => No |
2017-09-11 17:59 | dmiguelez | Assigned To | platform => alostale |
2018-02-09 10:58 | alostale | Relationship added | related to 0015739 |
2018-02-09 10:58 | alostale | Relationship added | related to 0015115 |
2018-02-09 11:35 | alostale | Assigned To | alostale => dmiguelez |
2018-02-09 11:35 | alostale | Review Assigned To | => alostale |
2018-02-09 11:36 | hgbot | Checkin | |
2018-02-09 11:36 | hgbot | Note Added: 0102299 | |
2018-02-09 11:36 | hgbot | Status | new => resolved |
2018-02-09 11:36 | hgbot | Resolution | open => fixed |
2018-02-09 11:36 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/dcb9af89d341ecda193b725f0ba8f84176f57868 [^] |
2018-02-09 11:36 | alostale | Note Added: 0102300 | |
2018-02-09 11:36 | alostale | Status | resolved => closed |
2018-02-09 11:36 | alostale | Fixed in Version | => 3.0PR18Q2 |
2018-02-22 18:19 | hudsonbot | Checkin | |
2018-02-22 18:19 | hudsonbot | Note Added: 0102741 |
Copyright © 2000 - 2009 MantisBT Group |