import all layers
This commit is contained in:
@@ -322,7 +322,6 @@ public class LayersController : Controller
|
||||
x.Name != null && x.Name.Contains(nameFilter) &&
|
||||
x.Records!.Any(y => y.Code == "Type" && y.Desc1 == "ImportWorker") &&
|
||||
x.Records!.Any(y => y.Code == "IsEnabled" && y.Desc1 == "True"
|
||||
&& x.Number == 7266
|
||||
)
|
||||
)
|
||||
.OrderByDescending(x => x.CreatedAt)
|
||||
|
||||
Reference in New Issue
Block a user