Skip to content

server side error when file field inside group #92

@pwkip

Description

@pwkip

there is a bug when a file field is inside a hidden group.

This will not work (throws 500 ERROR server side):

[text a]
[group g]
  [file file-2]
[/group]
[submit]

Temporary workaround for now:

Change file fields inside groups to required file fields, like this:

[text a]
[group g]
  [file* file-2]
[/group]
[submit]

Then it will work.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions