Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Archive

Custom field data keeps getting deleted upon saving in admin

Started by Muut Archive 10 years ago · 0 replies · 403 views
10 years ago

(This is somewhat related to the other topic I had posted earlier here, although this issue is different.)

I needed to add a new tab to one of my page templates to have some custom fields. I'm running into an issue where Grav seems to be deleting some of my data after saving when the uploaded file form already has data saved and the select box also has data saved.

The odd thing is, I can save both again and that works, but the moment you save again it deletes everything custom but the select dropdown's data. Oddly Expert mode doesn't do this.

Code is below from my blueprint file:

YAML
title: Review

'@extends':
    type: default
    context: blueprints://pages

form:
    fields:
        tabs:
            fields:
                review: 
                    type: tab
                    title: Review

                    fields:
                        review_basics:
                            type: section
                            title: Basics
                            underline: true

                        header.review_basics_masthead:
                            type: file
                            label: Masthead
                            destination: 'uploads/reviews'
                            blueprint: 'themes.mytheme'
                            accept:
                                - image/jpeg

                        header.review_basics_author:
                            type: select
                            classes: fancy
                            size: long
                            label: Author
                            options:
                                'Author 1': "Author 1"
                                'Author 2': "Author 2"
                                'Author 3': "Author 3"

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1280 9 years ago
Archive · by Muut Archive, 9 years ago
2 888 9 years ago
Archive · by Muut Archive, 9 years ago
2 4017 9 years ago
Archive · by Muut Archive, 9 years ago
1 2892 9 years ago
Archive · by Muut Archive, 9 years ago
3 1077 9 years ago