Openbravo Issue Tracking System - Openbravo ERP | |||||||||||||||||||
View Issue Details | |||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||
0009016 | Openbravo ERP | 00. Application dictionary | public | 2009-05-13 12:23 | 2022-02-01 08:08 | ||||||||||||||
Reporter | nataliaperu | ||||||||||||||||||
Assigned To | Triage Platform Base | ||||||||||||||||||
Priority | urgent | Severity | minor | Reproducibility | always | ||||||||||||||
Status | scheduled | Resolution | open | ||||||||||||||||
Platform | OS | 5 | OS Version | ||||||||||||||||
Product Version | 2.50 | ||||||||||||||||||
Target Version | Fixed in Version | ||||||||||||||||||
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 | 0009016: When a column is added in a table in different module (EM_Module_Column) its reference is TableDir by default | ||||||||||||||||||
Description | A new column is added in a table from core. When "Create columns from DB" process is launched, by default, column reference is set to TableDir. It must be Table because TableDir can not be used for this kind of columns. | ||||||||||||||||||
Steps To Reproduce | Create a new column in the database, for example, in C_Invoice ALTER TABLE C_INVOICE ADD COLUMN EM_HOTEL_GUEST_ID character varying(32); ALTER TABLE C_INVOICE ADD CONSTRAINT hotelguest_corder FOREIGN KEY (EM_HOTEL_GUEST_ID) REFERENCES hotel_guest (hotel_guest_id) MATCH SIMPLE ON UPDATE NO ACTION ON DELETE NO ACTION; Go to Application Dictionary, Tables and Column and search C_Invoice. Click on "Create Columns from DB". New column will be added and its reference will be TableDir instead of Table. | ||||||||||||||||||
Proposed Solution | Add support for EM_* columns to allow TableDir reference | ||||||||||||||||||
Additional Information | |||||||||||||||||||
Tags | Modularity | ||||||||||||||||||
Relationships |
| ||||||||||||||||||
Attached Files | |||||||||||||||||||
Issue History | |||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||
2009-05-13 12:23 | nataliaperu | New Issue | |||||||||||||||||
2009-05-13 12:23 | nataliaperu | Assigned To | => rafaroda | ||||||||||||||||
2009-05-13 13:05 | networkb | Issue Monitored: networkb | |||||||||||||||||
2009-05-19 16:52 | psarobe | Tag Attached: Modularity | |||||||||||||||||
2009-05-20 11:07 | psarobe | Status | new => scheduled | ||||||||||||||||
2009-05-20 11:07 | psarobe | fix_in_branch | => pi | ||||||||||||||||
2009-05-20 11:08 | psarobe | Assigned To | rafaroda => alostale | ||||||||||||||||
2009-05-20 11:08 | psarobe | fix_in_branch | pi => | ||||||||||||||||
2009-05-20 11:29 | psarobe | Note Added: 0016496 | |||||||||||||||||
2009-05-20 11:29 | psarobe | Priority | normal => urgent | ||||||||||||||||
2009-07-23 17:00 | alostale | Steps to Reproduce Updated | |||||||||||||||||
2009-07-23 17:05 | iperdomo | Relationship added | has duplicate 0010024 | ||||||||||||||||
2009-10-06 12:27 | alostale | Type | defect => feature request | ||||||||||||||||
2010-07-29 12:25 | alostale | Relationship added | related to 0013977 | ||||||||||||||||
2011-05-24 10:16 | rafademiguel | Issue Monitored: rafademiguel | |||||||||||||||||
2017-04-10 14:38 | alostale | Assigned To | alostale => platform | ||||||||||||||||
2022-02-01 08:08 | alostale | Assigned To | platform => Triage Platform Base |
Notes | |||||
|
|||||
|
|