Skip to content

Commit

Permalink
fix(entity): Entity for software creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rom1-B authored and trasher committed Apr 9, 2024
1 parent 595f959 commit b69e153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -1384,7 +1384,7 @@ public function rawSearchOptions()
$tab[] = [
'id' => '51',
'table' => $this->getTable(),
'field' => 'name',
'field' => 'entities_id_software',
'linkfield' => 'entities_id_software', // not a dropdown because of special value
//TRANS: software in plural
'name' => __('Entity for software creation'),
Expand Down

0 comments on commit b69e153

Please sign in to comment.