Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0016655 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 00. Application dictionary | major | always | 2011-04-05 17:55 | 2011-05-12 13:47 | |||
Reporter | egoitz | View Status | public | |||||
Assigned To | marvintm | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | 3.0RC7 | |||
Status | closed | Fix in branch | pi | Fixed in SCM revision | e39becf937bd | |||
Projection | none | ETA | none | Target Version | 3.0RC7 | |||
OS | Any | Database | PostgreSQL | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 3.0RC5 | SCM revision | ||||||
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 | 0016655: It is not possible to change the reference of a column from core having a template indevelopment | |||||||
Description | It is not possible to change the reference of a column from core having a template indevelopment. | |||||||
Steps To Reproduce | -Login as System Administrator -Go to tables and columns -Select c_project table -Go to the columns. -Select the search key column -Try to change the reference from String to table -See that the value of the module field is removed. * You can not save | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0035866) alostale (viewer) 2011-04-12 17:50 |
When modifying reference, it is doing a call to FIC. This call returns data for all drop down lists: -Why is doing a call to FIC at all? -Why does it returns values for all drop down lists? -Why it doesn't keep within these values not active ones (starting with **) as it should? |
(0036422) hgbot (developer) 2011-05-05 17:52 |
Repository: erp/devel/pi Changeset: e39becf937bdb521045ca78397a2eb47f6eb9fb9 Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Thu May 05 17:39:06 2011 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/e39becf937bdb521045ca78397a2eb47f6eb9fb9 [^] Fixed issue 16655. On CHANGE mode, the FIC will not compute all the fields. This change basically involves making the FIC not compute every field on CHANGE mode, but only the ones which really are needed. What is done is basically to compute the every column which directly or indirectly depends on the changedColumn. The reason this is needed is that if all the combos are computed, then non-legal values ('*' values) in combos which are not related to the one the user change will be changed to the first valid value (as the combo will be recomputed). In addition to this a change in ob-view-form was needed to prevent a race-condition like error in the UI, which happened because this change has incidentally made the FIC computation much faster in windows with a big number of combos. --- M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-view-form.js --- |
(0036830) hudsonbot (viewer) 2011-05-12 13:30 |
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/c40e579fcd38 [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2011-04-05 17:55 | egoitz | New Issue | |
2011-04-05 17:55 | egoitz | Assigned To | => alostale |
2011-04-05 17:55 | egoitz | Modules | => Core |
2011-04-05 17:55 | egoitz | OBNetwork customer | => Yes |
2011-04-05 17:58 | egoitz | Issue Monitored: networkb | |
2011-04-05 19:34 | iperdomo | Target Version | 3.0RC6 => 3.0RC7 |
2011-04-11 10:06 | alostale | Tag Attached: contrib | |
2011-04-11 10:06 | alostale | Status | new => scheduled |
2011-04-11 10:06 | alostale | fix_in_branch | => pi |
2011-04-12 17:41 | alostale | Tag Detached: contrib | |
2011-04-12 17:50 | alostale | Note Added: 0035866 | |
2011-04-14 15:31 | alostale | Assigned To | alostale => iperdomo |
2011-05-04 15:22 | shuehner | Assigned To | iperdomo => marvintm |
2011-05-05 17:52 | hgbot | Checkin | |
2011-05-05 17:52 | hgbot | Note Added: 0036422 | |
2011-05-05 17:52 | hgbot | Status | scheduled => resolved |
2011-05-05 17:52 | hgbot | Resolution | open => fixed |
2011-05-05 17:52 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e39becf937bdb521045ca78397a2eb47f6eb9fb9 [^] |
2011-05-12 13:30 | hudsonbot | Checkin | |
2011-05-12 13:30 | hudsonbot | Note Added: 0036830 | |
2011-05-12 13:47 | alostale | Status | resolved => closed |
2011-05-12 13:47 | alostale | Fixed in Version | => 3.0RC7 |
Copyright © 2000 - 2009 MantisBT Group |