Skip to content
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

[BUG] Uniqueness of field names in repeater field #5072

Closed
andrewtheone opened this issue Mar 22, 2016 · 1 comment
Closed

[BUG] Uniqueness of field names in repeater field #5072

andrewtheone opened this issue Mar 22, 2016 · 1 comment
Assignees
Labels
blocking release bug A bug that has been verified

Comments

@andrewtheone
Copy link

somecontenttype:
   fields:
       title:
           type: text
       slug:
           type: slug
           uses: title
       attributes
           type: repeater
           limit: 10
           fields:
                title: 
                     type: text
       properties
           type: repeater
           limit: 10
           fields:
                title: 
                     type: text

Uppon saving the content, only properties title is saved, nor attributes or content's title is saved, slug is i believe generated from the content's title.

  • Bolt version: master
  • Database: MySQL (5)
    edit:
    What makes it stranger, if I have 3 attributes, and 1 properties, 0 attributes and 1 properties are saved.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocking release bug A bug that has been verified
Projects
None yet
Development

No branches or pull requests

4 participants