Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Don't show detached action in checkbox selection. #5

Merged
merged 1 commit into from
May 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/DetachedAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ abstract class DetachedAction extends Action
public $showOnIndexToolbar = true;

/**
* Indicates if this action is only available on the resource index view.
* Indicates if this action is available on the resource index view.
*
* @var bool
*/
public $onlyOnIndex = true;
public $showOnIndex = false;

/**
* The displayable label of the button.
Expand Down