mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#11144 Make sure multi select of wells and a calculated curve works as expected
This commit is contained in:
@@ -1269,6 +1269,13 @@ void RiuSummaryVectorSelectionUi::buildAddressListForCategoryRecursively(
|
|||||||
if ( !identifierPath.empty() )
|
if ( !identifierPath.empty() )
|
||||||
{
|
{
|
||||||
identifierPath.pop_back();
|
identifierPath.pop_back();
|
||||||
|
|
||||||
|
if ( !identifierPath.empty() && identifierPath.back().first == SummaryIdentifierType::INPUT_ID )
|
||||||
|
{
|
||||||
|
// If the last identifier is an id, remove it as we get two ids for calculated results. One entry for the input vector name
|
||||||
|
// and one for the calculation id
|
||||||
|
identifierPath.pop_back();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user