Skip to content

Commit

Permalink
Improve 'Add Nesting' topLink (CFM-41) (COmanage#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen authored Oct 18, 2024
1 parent 2f6d88d commit 741bf73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/GroupNestings/columns.inc
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ $indexColumns = [
// $topLinks appear as an upper right menu
$topLinks = [
[
'icon' => $this->Menu->getMenuIcon('Add'),
'order' => $this->Menu->getMenuOrder('Add'),
'icon' => 'Add',
'order' => 'Add',
'label' => __d('operation', 'add.a',[__d('controller', 'GroupNestings', 1)]),
'link' => [
'action' => 'add'
Expand Down

0 comments on commit 741bf73

Please sign in to comment.