Skip to content

Commit

Permalink
Fix harvest_run entity label.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Wirt authored and Steve Wirt committed Dec 12, 2024
1 parent b6d7565 commit 918a569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/harvest/src/Entity/HarvestRun.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
* admin_permission = "administer harvest_run",
* entity_keys = {
* "id" = "id",
* "label" = "ID",
* "label" = "id",
* },
* links = {
* "canonical" = "/harvest-run/{harvest_run}",
Expand Down

0 comments on commit 918a569

Please sign in to comment.