Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0012819 | Openbravo ERP | A. Platform | public | 2010-03-26 13:05 | 2010-05-18 12:12 |
Reporter | egoitz | ||||
Assigned To | alostale | ||||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | 2.50MP13 | ||||
Target Version | 2.50MP17 | Fixed in Version | 2.50MP15 | ||
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 | 0012819: The variable length of the variable v_ClassName on the trigger ad_tab_trg2 is not correct | ||||
Description | The variable length of the variable v_ClassName on the trigger ad_tab_trg2 is not correct. The length of the variable is 60 and should be bigger because on the trigger the variable is filled with the mane of the window that could have 60 caracteres plus the tab id. See the following code of the trigger: SELECT AD_MAPPING_FORMAT(TO_CHAR(W.NAME)), AD_MAPPING_FORMAT(TO_CHAR(:new.NAME)) INTO v_WindowName, v_ClassName FROM AD_WINDOW W WHERE W.AD_WINDOW_ID = :new.AD_WINDOW_ID; --Add tab id to name for non core modules IF (:new.AD_Module_ID != '0') THEN v_ClassName := v_ClassName || :new.AD_Tab_ID; END IF; | ||||
Steps To Reproduce | -Starting on a 2.50mp8 create a new window with name with length 59. -Add a tab -Update to the last release -You will get errors. | ||||
Proposed Solution | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-03-26 13:05 | egoitz | New Issue | |||
2010-03-26 13:05 | egoitz | Assigned To | => alostale | ||
2010-03-26 13:05 | egoitz | OBNetwork customer | => Yes | ||
2010-03-29 08:18 | alostale | Status | new => scheduled | ||
2010-03-29 08:18 | alostale | fix_in_branch | => pi | ||
2010-04-06 09:06 | hgbot | Checkin | |||
2010-04-06 09:06 | hgbot | Note Added: 0025884 | |||
2010-04-06 09:06 | hgbot | Status | scheduled => resolved | ||
2010-04-06 09:06 | hgbot | Resolution | open => fixed | ||
2010-04-06 09:06 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/cdfd97ab9a819e1855bb105d0d4ccb54fde370d8 [^] | ||
2010-04-09 13:04 | marvintm | Note Added: 0026028 | |||
2010-04-09 13:04 | marvintm | Status | resolved => closed | ||
2010-04-09 13:04 | marvintm | Fixed in Version | => 2.50MP15 | ||
2010-04-10 00:00 | anonymous | sf_bug_id | 0 => 2984776 | ||
2010-04-19 21:12 | hudsonbot | Checkin | |||
2010-04-19 21:12 | hudsonbot | Note Added: 0026411 | |||
2010-05-18 12:12 | gorka_gil | Target Version | 2.50MP15 => 2.50MP17 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|