Skip to content

Commit

Permalink
Fix link provider (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prokyonn authored Aug 14, 2024
1 parent d5fe19d commit 1a8ea28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Infrastructure/Sulu/Content/ArticleLinkProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,9 @@ public function getConfiguration(): LinkConfiguration
->setIcon('su-document')
->getLinkConfiguration();
}

protected function getEntityIdField(): string
{
return 'uuid';
}
}

0 comments on commit 1a8ea28

Please sign in to comment.