Openbravo Issue Tracking System - Openbravo ERP | |||||||||||||||||||
View Issue Details | |||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||
0036829 | Openbravo ERP | A. Platform | public | 2017-09-11 17:59 | 2018-02-22 18:19 | ||||||||||||||
Reporter | dmiguelez | ||||||||||||||||||
Assigned To | dmiguelez | ||||||||||||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||||||||||||
Status | closed | Resolution | fixed | ||||||||||||||||
Platform | OS | 5 | OS Version | ||||||||||||||||
Product Version | |||||||||||||||||||
Target Version | Fixed in Version | 3.0PR18Q2 | |||||||||||||||||
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 | ||||||||||||||||||
Additional Information | |||||||||||||||||||
Tags | No tags attached. | ||||||||||||||||||
Relationships |
| ||||||||||||||||||
Attached Files | ![]() https://issues.openbravo.com/file_download.php?file_id=11055&type=bug | ||||||||||||||||||
Issue History | |||||||||||||||||||
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 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|