Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0011351 | Openbravo ERP | I. Performance | public | 2009-11-13 11:29 | 2009-11-20 00:00 |
|
Reporter | networkb | |
Assigned To | shuehner | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP8 | |
Target Version | 2.50MP9 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0011351: The window ad field trl takes long when you try to enter a new entry |
Description | The window ad field trl takes long when you try to enter a new entry |
Steps To Reproduce | -Login as system administrator
-Go to window tabs and fields window
-Navigate to the fields tab
-Then click on field translation
-Click on new
Then the application takes long to execute. and sometimes you get the error
that you can see on the attached file. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0011405 | | closed | iciordia | Check usefullness of the Application Translation Check window |
|
Attached Files | errorFieldtrl.png (208,503) 2009-11-13 11:29 https://issues.openbravo.com/file_download.php?file_id=1943&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2009-11-13 11:29 | networkb | New Issue | |
2009-11-13 11:29 | networkb | Assigned To | => rafaroda |
2009-11-13 11:29 | networkb | File Added: errorFieldtrl.png | |
2009-11-13 11:29 | networkb | OBNetwork customer | => Yes |
2009-11-16 10:59 | rafaroda | Note Added: 0021840 | |
2009-11-16 10:59 | rafaroda | Status | new => feedback |
2009-11-16 13:19 | networkb | Note Added: 0021854 | |
2009-11-16 13:19 | networkb | Status | feedback => new |
2009-11-17 11:23 | rafaroda | Note Added: 0021913 | |
2009-11-17 11:23 | rafaroda | Assigned To | rafaroda => shuehner |
2009-11-17 11:23 | rafaroda | Priority | immediate => urgent |
2009-11-17 11:23 | rafaroda | Status | new => scheduled |
2009-11-17 11:23 | rafaroda | Category | 00. Application dictionary => I. Performance |
2009-11-18 13:55 | shuehner | Note Added: 0021964 | |
2009-11-18 17:49 | shuehner | Relationship added | related to 0011405 |
2009-11-18 17:58 | shuehner | Note Added: 0021982 | |
2009-11-18 18:05 | hgbot | Checkin | |
2009-11-18 18:05 | hgbot | Note Added: 0021983 | |
2009-11-18 18:05 | hgbot | Status | scheduled => resolved |
2009-11-18 18:05 | hgbot | Resolution | open => fixed |
2009-11-18 18:05 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/ce6b4da4ab3a3f796f430ba144e9b9a21b224d14 [^] |
2009-11-19 08:56 | alostale | Status | resolved => closed |
2009-11-20 00:00 | anonymous | sf_bug_id | 0 => 2900819 |
Notes |
|
|
We were not able to reproduce this issue nor in local nor in remote.
Can you please provide more information? The exact window, tab and field.
Thanks. |
|
|
|
The error on the attached is showed when firebug is enabled,
but in all the fiels it takes long when clicking new button on
the field translation tab. |
|
|
|
Behavior confirmed. Read-only drop-down field Field is taking many values inside Field Translation tab. |
|
|
|
Acknowledged but not only relevant for new but also for just showing the form in edit mode. |
|
|
|
Note: To fix this issue the field 'Field' or more correct the ad_column which it is based on will be switched to 'search' which removes the combobox in the ui and replaces it by a non-editable textfield.
However this column is also used in the 'Application Translation Check' window which allow creation of new records. But manual creation of ad_field_trl records is not needed or useful as it is done by the 'Verify Languages' process.
So the fix for this issue disables new/delete for the tab showing ad_field_trl entries in the 'Application Translation check' window by switching it to the 'SingleRecord' ui-pattern which disables new/delete but still allows updates. |
|
|
(0021983)
|
hgbot
|
2009-11-18 18:05
|
|
Repository: erp/devel/pi
Changeset: ce6b4da4ab3a3f796f430ba144e9b9a21b224d14
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Wed Nov 18 18:00:36 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/ce6b4da4ab3a3f796f430ba144e9b9a21b224d14 [^]
Fixed 11351: Switch 'read-only' field ComboBox to a read-only textfield
to solve issue with too many entries shown in the ComboBox. Additionally
change the window 'Application Translation Check' to SR uipattern to
disallow creation of new entries which does not work this the field reference
change here.
---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_TAB.xml
---
|
|