File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ class TJsonNodes : public TViewerPipeClient<TJsonNodes> {
392
392
case TSchemeCacheNavigate::EKind::KindExtSubdomain:
393
393
return true ;
394
394
case TSchemeCacheNavigate::EKind::KindPath:
395
- return entry.CreateStep == 0 ;
395
+ return entry.Self -> Info . GetPathId () == NSchemeShard::RootPathId ;
396
396
default :
397
397
return false ;
398
398
}
@@ -416,7 +416,7 @@ class TJsonNodes : public TViewerPipeClient<TJsonNodes> {
416
416
if (FilterTenant.empty ()) {
417
417
RequestForTenant (path);
418
418
}
419
-
419
+
420
420
if (entry.DomainInfo ->ResourcesDomainKey && entry.DomainInfo ->DomainKey != entry.DomainInfo ->ResourcesDomainKey ) {
421
421
TPathId resourceDomainKey (entry.DomainInfo ->ResourcesDomainKey );
422
422
BLOG_TRACE (" Requesting navigate for resource domain " << resourceDomainKey);
You can’t perform that action at this time.
0 commit comments