Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #52030 All Revisions ] Back to Issue ]
Summary 0052030: Naming exceptions for external module columns is not working
Revision 2023-04-03 15:53 by alostale
Steps To Reproduce 0. In DB: alter table c_order add column em_obtest_test text;
1. Login as System Admin
2. Create a new test module with OBTEST as DBPrefix
3. In Core, add a naming exception:
- DB Oject Type: column
- Object Name: em_obtest_test
- Table Name: C_ORDER
4. In c_order table create AD columns from DB
5. export.database
  ERROR: c_order.em_obtest_test column is exported as part of test module ignoring the exception, it should have been exported to core

Revision 2023-04-03 15:18 by alostale
Steps To Reproduce 1. Login as System Admin
2. Create a new test module
3. Add a naming exception:
- DB Oject Type: column
- Object Name: ISACTIVE
- Table Name: C_ORDER
4. export.database
  [java] +++++++++++++++++++++++++++++++++++++++++++++++++++
  [java] Errors for Validation type: NOT_EXIST_IN_DB
  [java] +++++++++++++++++++++++++++++++++++++++++++++++++++
  [java] Column C_Order.IsActive defined in the Application Dictionary but not present in the database.

Revision 2023-03-31 14:55 by alostale
Steps To Reproduce .


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker