Skip to content

Commit

Permalink
Merge pull request #824 from gautamdsheth/feature/folder-file-sort
Browse files Browse the repository at this point in the history
Feature (minor) : Added default sort of filenames
  • Loading branch information
AJIXuMuK authored Mar 10, 2021
2 parents f343133 + 0663c7d commit 55fc983
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/services/FileBrowserService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ export class FileBrowserService {
</In>
</Or>
</Where>
</Query>` : "";
<OrderBy><FieldRef Name="FileLeafRef" /></OrderBy>
</Query>` : `<Query><OrderBy><FieldRef Name="FileLeafRef" /></OrderBy></Query>`;

// Add files types condiiton
const viewXml = `<View>
Expand Down

0 comments on commit 55fc983

Please sign in to comment.