Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 356192

Summary: [Table] Synchronized Table with Facets : Facets columns are not created
Product: [Modeling] Papyrus Reporter: Vincent Lorenzo <vincent.lorenzo>
Component: CoreAssignee: Vincent Lorenzo <vincent.lorenzo>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: SR1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Vincent Lorenzo CLA 2011-08-30 09:00:36 EDT
Steps to reproduce : 
	1/ create a new plugin for a new type of synchronized table, with facet columns. This table is available for a context CONTEXT and accepts elements called ELEMENT
	2/ create a new model with an element of type CONTEXT
	3/ Create a new table for this CONTEXT
	4/ Create ELEMENT  -> the autofill works fine
	
	now : 
	
	2/ Create a new model with an element of type CONTEXT
	3/ Create ELEMENT
	4/ Create a new table for this CONTEXT
	-> the facet columns are not visible
	
reason of this problem : we create an empty table, so the facet columns are not required for the creation command, and after, when we add the elements in the table, we don't call the facet column creation.
Comment 1 Vincent Lorenzo CLA 2011-08-30 09:06:25 EDT
Corrected on Branch in R5337
Comment 2 Vincent Lorenzo CLA 2011-08-30 09:08:24 EDT
Corrected on trunk in R5338.
Comment 3 Vincent Lorenzo CLA 2011-08-30 09:09:11 EDT
This bug can be marked as fixed closed.