mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Show summary data as tree structure in explorer. (#8430)
* Show summary data vectors in project explorer for both summary cases and ensembles. * Enable Drag to be able to drag'n'drop data vector into future summary plot * Make sure tree is refreshed on reload/replace operations * Provide case id and ensemble id in drag/drop object in addition to address
This commit is contained in:
@@ -347,7 +347,7 @@ void RimMainPlotCollection::ensureCalculationIdsAreAssigned()
|
||||
|
||||
for ( RimSummaryAddress* adr : allAddresses )
|
||||
{
|
||||
adr->ensureIdIsAssigned();
|
||||
adr->ensureCalculationIdIsAssigned();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user