Skip to content

Commit

Permalink
Allow selecting multiple files from already uploaded.
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanThompson committed May 6, 2020
1 parent 3207995 commit 2095334
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/Table/FileTableBuilder.php
@@ -1,4 +1,6 @@
<?php namespace Anomaly\FilesFieldType\Table;
<?php

namespace Anomaly\FilesFieldType\Table;

use Anomaly\FilesModule\File\FileModel;
use Anomaly\FilesModule\Folder\Command\GetFolder;
Expand Down Expand Up @@ -90,6 +92,15 @@ class FileTableBuilder extends TableBuilder
'title' => 'anomaly.field_type.files::message.choose_files',
];

/**
* Add all entries.
*
* @var array
*/
protected $actions = [
'add_selected',
];

/**
* Fired when query starts building.
*
Expand Down

0 comments on commit 2095334

Please sign in to comment.