-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
For anyone having this issue on nova 3+, I've submitted a pull request for a fix already but until that is merged you can use this as a workaround.
inside each resource that you wish to have notes for, you must define:
public function fieldsForIndex(Request $request): array
{
return array_merge(
$this->fields($request),
[
MorphMany::make('Notes')->hideFromDetail()->hideFromIndex()->hideWhenCreating()->hideWhenUpdating(),
]
);
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels