Skip to content

Commit

Permalink
Add fsconfing while creating virtual folders
Browse files Browse the repository at this point in the history
  • Loading branch information
firatkucuk committed Feb 12, 2025
1 parent 0e0cfd6 commit e447b5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/dataprovider/dataprovider.go
Original file line number Diff line number Diff line change
Expand Up @@ -2782,7 +2782,8 @@ func validateAssociatedVirtualFolders(vfolders []vfs.VirtualFolder) ([]vfs.Virtu
}
virtualFolders = append(virtualFolders, vfs.VirtualFolder{
BaseVirtualFolder: vfs.BaseVirtualFolder{
Name: v.Name,
Name: v.Name,
FsConfig: v.FsConfig,
},
VirtualPath: cleanedVPath,
QuotaSize: v.QuotaSize,
Expand Down

0 comments on commit e447b5d

Please sign in to comment.