Skip to content

Commit

Permalink
fix: work with Nova v3.12.0
Browse files Browse the repository at this point in the history
fix #42
  • Loading branch information
bolechen authored and milewski committed Oct 12, 2020
1 parent 759758a commit 581c349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HasConditionalContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function availablePanelsForCreate($request)
*/
public function availablePanelsForUpdate(NovaRequest $request, Resource $resource = null)
{
$panels = parent::availablePanelsForUpdate($request);
$panels = parent::availablePanelsForUpdate($request, $resource);
$fields = parent::availableFields($request);

return $this->mergePanels($panels, $this->findAllContainers($fields));
Expand Down

2 comments on commit 581c349

@bernhardh
Copy link

Choose a reason for hiding this comment

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

@milewski Any chance to get the updates to the master branch merged into the flexible-content branch?
Or better: Get the flexible-content branch merged into the master branch?

@milewski
Copy link
Member

Choose a reason for hiding this comment

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

Did you manage to get the flexible branch working? I wasn't sure if it was working 100%. Do you have any issue with it?

Please sign in to comment.