dss vor 2 Jahren
Ursprung
Commit
c747636f50
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/Hotline.Api/Controllers/SettingController.cs

+ 1 - 1
src/Hotline.Api/Controllers/SettingController.cs

@@ -59,7 +59,7 @@ namespace Hotline.Api.Controllers
 
            return await _systemSettingGroupRepository.QueryExtAsync(
                x => true, 
-               x => x.Includes(d => d.SystemSettings.OrderBy(x=>x.Sort)),
+               x => x.Includes(d => d.SystemSettings.OrderBy(x=>x.Sort).ToList()),
                x => x.OrderBy(d=>d.Sort));
 
         }