Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 356192 - [Table] Synchronized Table with Facets : Facets columns are not created
Summary: [Table] Synchronized Table with Facets : Facets columns are not created
Status: CLOSED FIXED
Alias: None
Product: Papyrus
Classification: Modeling
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: SR1   Edit
Assignee: Vincent Lorenzo CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-30 09:00 EDT by Vincent Lorenzo CLA
Modified: 2011-08-30 09:09 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.