You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
When adding a new content element to the column with the "+ Content" button above and below elements, the list of allowed elements in the new content element wizard is filtered as it should.
However, when using the "New" item from the popup menu you get when clicking the content element icon, or when simply editing an existing toplevel element on a page - then the "Fluid Content type" drop down is not filtered.
Steps to reproduce:
Add new element to column on page which only allows some content elements
In the content element edit form the dropdown "Fluid Content type" is unfiltered.
I guess this is because fluidcontent/Classes/Provider/ContentProvider.phpprocessTableConfiguration only checks for be groups and fluid content element children, but not for column limits.
I've got a fluidpages page layout which limits the allowed content elements in a column:
When adding a new content element to the column with the "+ Content" button above and below elements, the list of allowed elements in the new content element wizard is filtered as it should.
However, when using the "New" item from the popup menu you get when clicking the content element icon, or when simply editing an existing toplevel element on a page - then the "Fluid Content type" drop down is not filtered.
Steps to reproduce:
I guess this is because
fluidcontent/Classes/Provider/ContentProvider.php
processTableConfiguration
only checks for be groups and fluid content element children, but not for column limits.related to #322.
The text was updated successfully, but these errors were encountered: