Update On Tue Mar 10 20:02:08 CET 2026

This commit is contained in:
github-action[bot]
2026-03-10 20:02:08 +01:00
parent f74ef888c9
commit b129b604f6
118 changed files with 8763 additions and 4236 deletions
@@ -227,7 +227,7 @@ public class CoreConfigContextBuilder
{
var result = NodeValidatorResult.Empty();
if (node.Subid.IsNullOrEmpty())
if (node.Subid.IsNullOrEmpty() || node.ConfigType == EConfigType.Custom)
{
return (null, result);
}