Fix custom config sub chain (#8913)

This commit is contained in:
DHR60 2026-03-10 01:13:52 +00:00 committed by GitHub
parent ef5fee9975
commit a88396c11d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);
}