Open stu-fu opened 9 years ago
Hi,
I confirm the described scenario is a bug. Currently, this is a known issue for Feather because URL of the DynamicContentController depends only on the dynamic type name. Actually, it is the same in pure MVC if you have two controllers with the same name (NamespaceA.BooksController, NamespaceB.BooksController)
Best, Pepi
It seems there is an issue when having content types with matching names in different modules. The widget created last will function like it is a widget from the first created module, pulling in the content from the first module opposed to the one it is actually for.
Step 1) Create a module called Slideshow with a content type called "Slide"
Step 2) Create a second module called Rotator and give it a content type called "Slide" as well.
Step 3) Fill out both modules with some content
Step 4) Drag the widget of the second module - Rotator - onto a page/template. This will inherit content from the Slideshow module vs the Rotator, though widget templates for Rotator will be available.