File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ class TJsonNodes : public TViewerPipeClient<TJsonNodes> {
392392 case TSchemeCacheNavigate::EKind::KindExtSubdomain:
393393 return true ;
394394 case TSchemeCacheNavigate::EKind::KindPath:
395- return entry.CreateStep == 0 ;
395+ return entry.Self -> Info . GetPathId () == NSchemeShard::RootPathId && entry. Path . size () == 1 ;
396396 default :
397397 return false ;
398398 }
@@ -416,7 +416,6 @@ class TJsonNodes : public TViewerPipeClient<TJsonNodes> {
416416 if (FilterTenant.empty ()) {
417417 RequestForTenant (path);
418418 }
419-
420419 if (entry.DomainInfo ->ResourcesDomainKey && entry.DomainInfo ->DomainKey != entry.DomainInfo ->ResourcesDomainKey ) {
421420 TPathId resourceDomainKey (entry.DomainInfo ->ResourcesDomainKey );
422421 BLOG_TRACE (" Requesting navigate for resource domain " << resourceDomainKey);
You can’t perform that action at this time.
0 commit comments