Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0011351Openbravo ERPI. Performancepublic2009-11-13 11:292009-11-20 00:00
networkb 
shuehner 
urgentmajoralways
closedfixed 
5
2.50MP8 
2.50MP9 
Core
No
0011351: The window ad field trl takes long when you try to enter a new entry
The window ad field trl takes long when you try to enter a new entry
-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.
No tags attached.
related to feature request 0011405 closed iciordia Check usefullness of the Application Translation Check window 
png errorFieldtrl.png (208,503) 2009-11-13 11:29
https://issues.openbravo.com/file_download.php?file_id=1943&type=bug
png
Issue History
2009-11-13 11:29networkbNew Issue
2009-11-13 11:29networkbAssigned To => rafaroda
2009-11-13 11:29networkbFile Added: errorFieldtrl.png
2009-11-16 10:59rafarodaNote Added: 0021840
2009-11-16 10:59rafarodaStatusnew => feedback
2009-11-16 13:19networkbNote Added: 0021854
2009-11-16 13:19networkbStatusfeedback => new
2009-11-17 11:23rafarodaNote Added: 0021913
2009-11-17 11:23rafarodaAssigned Torafaroda => shuehner
2009-11-17 11:23rafarodaPriorityimmediate => urgent
2009-11-17 11:23rafarodaStatusnew => scheduled
2009-11-17 11:23rafarodaCategory00. Application dictionary => I. Performance
2009-11-18 13:55shuehnerNote Added: 0021964
2009-11-18 17:49shuehnerRelationship addedrelated to 0011405
2009-11-18 17:58shuehnerNote Added: 0021982
2009-11-18 18:05hgbotCheckin
2009-11-18 18:05hgbotNote Added: 0021983
2009-11-18 18:05hgbotStatusscheduled => resolved
2009-11-18 18:05hgbotResolutionopen => fixed
2009-11-18 18:05hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/ce6b4da4ab3a3f796f430ba144e9b9a21b224d14 [^]
2009-11-19 08:56alostaleStatusresolved => closed
2009-11-20 00:00anonymoussf_bug_id0 => 2900819

Notes
(0021840)
rafaroda   
2009-11-16 10:59   
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.
(0021854)
networkb   
2009-11-16 13:19   
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.
(0021913)
rafaroda   
2009-11-17 11:23   
Behavior confirmed. Read-only drop-down field Field is taking many values inside Field Translation tab.
(0021964)
shuehner   
2009-11-18 13:55   
Acknowledged but not only relevant for new but also for just showing the form in edit mode.
(0021982)
shuehner   
2009-11-18 17:58   
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
---