Skip to content

BelongsToMany pivot fields and actions not showing #155

Closed
@alexjose

Description

@alexjose

I am not able to show the pivot fields in the BelongsToMany relation and the actions on the pivot table is also not showing up.

BelongsToMany::make('Sectors')
     ->fields(function () {
                    return [
                        Boolean::make('Status'),
                    ];
                })
       ->actions(function () {
                    return [
                        new App\Nova\Actions\ESector\Approve,
                    ];
                }),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions