Community
Participate
Working Groups
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.
Corrected on Branch in R5337
Corrected on trunk in R5338.
This bug can be marked as fixed closed.