Skip to content

Commit

Permalink
Merge pull request #910 from tractorcow-farm/7
Browse files Browse the repository at this point in the history
Merge up 7 into 8
  • Loading branch information
GuySartorelli authored Nov 26, 2024
2 parents c302882 + fb2c518 commit 20ee649
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Extension/Traits/FluentAdminTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ protected function updateFluentActions(
return;
}

// check if actions menu already exist
if ($actions->fieldByName('FluentMenu')) {
return;
}

// Build root tabset that makes up the menu
$rootTabSet = TabSet::create('FluentMenu')->setTemplate(
'FluentAdminTabSet'
Expand Down

0 comments on commit 20ee649

Please sign in to comment.