You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the NodeNamerSupportedByStasher class' std::string operator()(const SumTreeNode_t *nd) const we are only adding things to the collection of supporting studies if they match the SUPPORTED_BY_MAPPING flavor: (see the if (el.first == SourceEdgeMappingType::SUPPORTED_BY_MAPPING) line).
It would be nice to return the Partial path of and perhaps terminal studies too.
It would be nice if it was obvious to API users how the supported by statements are showing up in the info panel of the browser (there I think they are more expansive than simply SUPPORTED_BY...)
The text was updated successfully, but these errors were encountered:
In the
NodeNamerSupportedByStasher
class'std::string operator()(const SumTreeNode_t *nd) const
we are only adding things to the collection of supporting studies if they match the SUPPORTED_BY_MAPPING flavor: (see theif (el.first == SourceEdgeMappingType::SUPPORTED_BY_MAPPING)
line).It would be nice to return the Partial path of and perhaps terminal studies too.
It would be nice if it was obvious to API users how the supported by statements are showing up in the info panel of the browser (there I think they are more expansive than simply SUPPORTED_BY...)
The text was updated successfully, but these errors were encountered: