Skip to content

JS-Error in Backend when in nested NodeTypes > row > column -> click on InlineEdit «create New» #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 28, 2016

Conversation

mad99
Copy link
Contributor

@mad99 mad99 commented Apr 28, 2016

Hi,
If I try to «Create new» in Neos Backend in a Column there will no «Create new panel» appear.
On the structure «Create new» -> No Problem.
In the Inline-Edit «Create new» -> NO PANEL

I try to figure out why. With help from discuss.neos.io Forum (https://discuss.neos.io/t/foundation-f6-grid-system-in-neos/1018/4) we found the problem:
Your Row and Column NodeTypes should intherit from TYPO3.Neos:ContentCollection. Than the Error don't appear and the «Create new Panel» will appear, no matter of click in structure panel or Inline-Edit.

mad99 added 3 commits April 28, 2016 13:33
Hi,
If I try to «Create new» in Neos Backend in a Column there will no «Create new panel» appear.
On the structure «Create new» -> No Problem.
In the Inline-Edit «Create new» -> NO PANEL

I try to figure out why. With help from discuss.neos.io Forum (https://discuss.neos.io/t/foundation-f6-grid-system-in-neos/1018/4) we found the problem:
Your Row and Column NodeTypes should intherit from TYPO3.Neos:ContentCollection. Than the Error don't appear and the «Create new Panel» will appear, no matter of click in structure panel or Inline-Edit.
Both Grid and Column added ContentCollection
delete unneede newline
@dimaip
Copy link
Member

dimaip commented Apr 28, 2016

Oh yes, that's a pretty ancient implementation of the Grid, back then it was not possible to extend ContentCollections... thanks for the fix!

@dimaip dimaip merged commit 91175d3 into psmb:master Apr 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants