Skip to content

Commit

Permalink
Update modules/backend/formwidgets/RelationManager.php
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers authored Oct 17, 2023
1 parent aa8a92c commit b176af3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/backend/formwidgets/RelationManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ class RelationManager extends FormWidgetBase
protected $defaultAlias = 'relationmanager';

/**
* @var bool Disables the ability to add, update, delete or create relations.
* Disables the ability to add, update, delete or create relations.
*/
protected bool $readOnly;

/**
* @var string path to controller action to open a record.
* Path to controller action to open a record.
*/
protected string $recordUrl;

/**
* @var string custom JavaScript code to execute when clicking on a record.
* Custom JavaScript code to execute when clicking on a record.
*/
protected string $recordOnClick;

/**
* @var string relation name if different from the field name.
* Relation name if different from the field name.
*/
protected string $relation;

Expand Down

0 comments on commit b176af3

Please sign in to comment.