Skip to content

Conversation

@forsvunnet
Copy link
Contributor

Fixes a bug if you use \Laravel\Nova\Panel to encapsulate translated fields

Attempt to read property "collapsable" on null

*
* @var \Laravel\Nova\Panel|null
*/
private $assignedPanel;
Copy link
Contributor

@StanBarrows StanBarrows May 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nova 4.6.1 this only works for me with public $assignedPanel;

@StanBarrows
Copy link
Contributor

StanBarrows commented May 23, 2022

Without this PR it is currently not possible for me to move Translatable Fields within a dedicated Panel (Nova 4.6.1).

@freekmurze freekmurze merged commit 361db22 into spatie:main May 23, 2022
@freekmurze
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants