mirror of
https://github.com/9001/copyparty.git
synced 2026-01-17 10:39:19 +10:00
sort volume listing
This commit is contained in:
@@ -726,6 +726,7 @@ class AuthSrv(object):
|
||||
axs = getattr(vol.axs, axs_key)
|
||||
if usr in axs or "*" in axs:
|
||||
umap[usr].append(mp)
|
||||
umap[usr].sort()
|
||||
setattr(vfs, "a" + perm, umap)
|
||||
|
||||
all_users = {}
|
||||
|
||||
Reference in New Issue
Block a user