Skip to content

Panel meta is not applied #3877

@jesseschutt

Description

@jesseschutt
  • Laravel Version: 9.7.0
  • Nova Version: 4.0.5
  • PHP Version: 8.0.14

Description:

When adding either limit(x) or help() to a field panel neither is represented in the resource creation or update view.

Detailed steps to reproduce the issue on a fresh Nova installation:

1. Create a new Nova resource
2. Add a panel with limit() or help() to the fields() method

(new Panel('Test', [
    Text::make('name'),
    Text::make('test_field'),
]))
    ->limit(1)
    ->help('Help Text'),

3. View either create or update resource in Nova

The limit or helpText are both null when inspecting the network request.

Screen Shot 2022-04-07 at 8 22 00 AM

Metadata

Metadata

Assignees

Labels

bugVerified bug by the Nova team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions