upload media files!

This commit is contained in:
2020-05-31 15:01:28 +02:00
parent 7576687fdd
commit 8d2c8b1734
19 changed files with 257 additions and 37 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ namespace zero.Web.Controllers
Name = area.Name,
Description = area.Description,
Icon = area.Icon,
Url = Constants.Sections.Settings.EnsureStartsWith('/') + Alias.Generate(area.Alias).EnsureStartsWith('/')
Url = Constants.Sections.Settings.EnsureStartsWith('/') + Safenames.Alias(area.Alias).EnsureStartsWith('/')
};
areas.Add(vueArea);