Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0010601 | Openbravo ERP | A. Platform | public | 2009-09-15 09:22 | 2012-03-02 15:39 |
|
Reporter | pjuvara | |
Assigned To | guilleaer | |
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP1 | |
Target Version | | Fixed in Version | 3.0MP9 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0010601: The process log field in the Process Execution window is unnecessarily small |
Description | The Process Execution window contains a Process Log field that displays the log of the process.
This field only displays 4 rows at a time. Log files tend to be very long and scrolling through such a small field makes it very difficult to read the log.
There is no need for this field to be this small given that there is plenty of empty space in the window and having a larger log field would even be more esthetically pleasing.
See screenshot (taken with minimal resolution of 1024x768).
|
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | defect | 0019403 | 3.0MP9 | closed | guilleaer | Wrong performance of Rowspan value. |
|
Attached Files | Screenshot-Openbravo - Shiretoko-1.png (115,281) 2009-09-15 09:22 https://issues.openbravo.com/file_download.php?file_id=1753&type=bug
|
|
Issue History |
Date Modified | Username | Field | Change |
2009-09-15 09:22 | pjuvara | New Issue | |
2009-09-15 09:22 | pjuvara | Assigned To | => rafaroda |
2009-09-15 09:22 | pjuvara | File Added: Screenshot-Openbravo - Shiretoko-1.png | |
2009-09-18 13:02 | rafaroda | Note Added: 0020197 | |
2009-09-18 13:02 | rafaroda | Assigned To | rafaroda => dbaz |
2009-09-18 13:02 | rafaroda | Status | new => acknowledged |
2009-10-14 19:13 | dbaz | Note Added: 0021016 | |
2009-10-14 19:14 | dbaz | Assigned To | dbaz => alostale |
2010-01-05 13:55 | iciordia | Priority | normal => urgent |
2012-02-28 09:54 | alostale | Relationship added | depends on 0019403 |
2012-02-28 09:54 | alostale | Assigned To | alostale => guilleaer |
2012-02-28 09:55 | alostale | Note Added: 0045504 | |
2012-02-28 16:17 | hgbot | Checkin | |
2012-02-28 16:17 | hgbot | Note Added: 0045542 | |
2012-02-28 16:17 | hgbot | Status | acknowledged => resolved |
2012-02-28 16:17 | hgbot | Resolution | open => fixed |
2012-02-28 16:17 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/947d89f9261edd6e58cd700dee39f9def44ce650 [^] |
2012-02-28 16:37 | guilleaer | Note Added: 0045546 | |
2012-02-28 17:07 | AugustoMauch | Note Added: 0045551 | |
2012-02-28 17:07 | AugustoMauch | Status | resolved => closed |
2012-02-28 17:07 | AugustoMauch | Fixed in Version | => 3.0MP9 |
2012-03-02 15:39 | hudsonbot | Checkin | |
2012-03-02 15:39 | hudsonbot | Note Added: 0045974 | |
Notes |
|
|
David,
Is there any bigger pattern for big texts? The column is defined as Text in Application Dictionary.
Thanks. |
|
|
(0021016)
|
dbaz
|
2009-10-14 19:13
|
|
I think it is using WADMemo control which has fixed height...
Since it is a wad window, I am going to ask feedback to alostale |
|
|
|
After fix of 0019403, this issue can be fixed by increasing rowspan. |
|
|
(0045542)
|
hgbot
|
2012-02-28 16:17
|
|
Repository: erp/devel/pi
Changeset: 947d89f9261edd6e58cd700dee39f9def44ce650
Author: Guillermo Álvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Feb 28 16:15:58 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/947d89f9261edd6e58cd700dee39f9def44ce650 [^]
Fixed issue 10601: The textarea used to show the log now is bigger.
Colspan and rowspan has been modified.
---
M src-db/database/sourcedata/AD_FIELD.xml
---
|
|
|
|
Test Plan:
Logged as F&B administrator
1. Open process monitor window
2. Open one row doing double click
3. The "process log" field now is shown bigger.
No regression risk. |
|
|
|
Code reviewed and verified |
|
|
|
|