plone / Products.CMFPlone

The core of the Plone content management system
https://plone.org
GNU General Public License v2.0
246 stars 187 forks source link

Creating a content called 'layout' breaks the folder that contains it #1931

Open erral opened 7 years ago

erral commented 7 years ago

What I did:

  1. Create a Plone site
  2. Add a folder
  3. Add a document with the title 'layout'
  4. Go to folder's folder_contents

What I expect to happen:

I expect to see the contents of the folder

What actually happened:

maximum recursion depth exceeded

What version of Plone/ Addons I am using:

Clean Plone 5.0.6 version.

The same happens if you go to edit the recently created folder.

erral commented 7 years ago

See the referenced pull request for a robot-test showing how it fails.