Skip to content

Commit

Permalink
[LARAI] Fixes bug in LaraIKeyFactory.fileList()
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobispo committed May 9, 2024
1 parent 13c7673 commit b9066b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static DataKey<FileList> fileList(String id, int selectionMode, Collectio
if (isFolder.isPresent()) {
fileListKey = fileListKey.setCustomGetter(customGetterFileList(isFolder.get(), !isFolder.get(), false));
} else {
fileListKey = fileListKey.setCustomGetter(customGetterFileList(false, false, false));
fileListKey = fileListKey.setCustomGetter(customGetterFileList(true, true, false));
}

//
Expand Down

0 comments on commit b9066b4

Please sign in to comment.