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

[3.4] title_format doesn't work. #7064

Closed
bobdenotter opened this issue Oct 9, 2017 · 1 comment
Closed

[3.4] title_format doesn't work. #7064

bobdenotter opened this issue Oct 9, 2017 · 1 comment
Milestone

Comments

@bobdenotter
Copy link
Member

The title_format doesn't work anymore on 3.4.

Details

  • Relevant Bolt Version: [ 3.4 ]

Reproduction

Set up a content type like:

dummies:
    name: Dummies
    singular_name: Dummy
    fields:
        title:
            type: text
            class: large
            group: content
        slug:
            type: slug
            uses: title
        foo:
            type: text
        selector:
            type: select
            values: [ A-tuin, Donatello, Rafael, Leonardo, Michelangelo, Koopa, Squirtle ]
            multiple: false
            postfix: "Select your favourite turtle(s)."
    title_format: [ foo, selector ]

On 3.3 it shows:

screen shot 2017-10-09 at 19 47 07

(with 'foo' set to 'Bar', and selector set to 'Donatello')

Bumping it to 3.4 gives:

screen shot 2017-10-09 at 19 46 18

@bobdenotter bobdenotter added this to the Bolt 3.4 - Feature release milestone Oct 9, 2017
@GwendolenLynch
Copy link
Contributor

Fixed in #7067

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants