| Index: ui/file_manager/file_manager/foreground/js/ui/file_table.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/ui/file_table.js b/ui/file_manager/file_manager/foreground/js/ui/file_table.js
|
| index 642b9f4c842013bf497ffa25cf4e1aa6a3d9f16a..e4b0e7efe85f225709282f9e8f9b9e886c3296ce 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/ui/file_table.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/ui/file_table.js
|
| @@ -584,7 +584,7 @@ FileTable.prototype.renderStatus_ = function(entry, columnId, table) {
|
| * or 'unknown'.
|
| */
|
| FileTable.prototype.getImportStatus_ = function(entry, destination) {
|
| - if (!entry.isFile) {
|
| + if (!importer.isEligibleEntry(this.volumeManager_, entry)) {
|
| // Our import history doesn't deal with directories.
|
| // TODO(kenobi): May need to revisit this if the above assumption changes.
|
| return Promise.resolve('unknown');
|
|
|