mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add rename case to summary and grid cases (#9204)
* #9203 Summary Case : Add rename to right-click menu * Janitor: Move ID and description to private fields * Eclipse Case: Add rename to right-click menu * Rename feature
This commit is contained in:
@@ -358,8 +358,8 @@ RimEclipseStatisticsCase* RimIdenticalGridCaseGroup::createAndAppendStatisticsCa
|
||||
{
|
||||
RimEclipseStatisticsCase* newStatisticsCase = new RimEclipseStatisticsCase;
|
||||
|
||||
newStatisticsCase->caseUserDescription = QString( "Statistics " ) +
|
||||
QString::number( statisticsCaseCollection()->reservoirs.size() + 1 );
|
||||
newStatisticsCase->setCaseUserDescription( QString( "Statistics " ) +
|
||||
QString::number( statisticsCaseCollection()->reservoirs.size() + 1 ) );
|
||||
statisticsCaseCollection()->reservoirs.push_back( newStatisticsCase );
|
||||
|
||||
newStatisticsCase->populateResultSelectionAfterLoadingGrid();
|
||||
|
||||
Reference in New Issue
Block a user