Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0017030Openbravo ERPA. Platformpublic2011-05-05 16:112011-05-09 09:39
mbernal 
alostale 
normalmajoralways
closedduplicate 
20Community Appliance
pi 
 
Core
No
0017030: A 'created' column is named incorrectly in User Interface Application module
Column with ad_column_id='1385F28B887A4E419D8C6AC814A2268F' is named 'Created' instead of 'Creation Date'. This makes every export.database to show an unusual warning, even if not exporting the affected module.
run:
 select * from ad_column where columnname like 'Created' and name<>'Creation Date';

At least one column belonging to User Interface Application module is named incorrectly.
update ad_column set name='Creation Date' where ad_column_id='1385F28B887A4E419D8C6AC814A2268F';
No tags attached.
duplicate of defect 0017051 closed alostale Validation warnings when exporting core module related to notes table 
Issue History
2011-05-05 16:11mbernalNew Issue
2011-05-05 16:11mbernalAssigned To => alostale
2011-05-05 16:11mbernalModules => Core
2011-05-09 09:39alostaleRelationship addedduplicate of 0017051
2011-05-09 09:39alostaleStatusnew => closed
2011-05-09 09:39alostaleResolutionopen => duplicate

There are no notes attached to this issue.