#2329. Relocate summary cases

This commit is contained in:
Bjørn Erik Jensen 2018-01-08 14:03:27 +01:00
parent a26f3b6907
commit 69a18e1a11

View File

@ -449,6 +449,11 @@ void RimProject::setProjectFileNameAndUpdateDependencies(const QString& fileName
cases[i]->updateFilePathsFromProjectPath(newProjectPath, oldProjectPath); cases[i]->updateFilePathsFromProjectPath(newProjectPath, oldProjectPath);
} }
for (RimSummaryCase* summaryCase : allSummaryCases())
{
summaryCase->updateFilePathsFromProjectPath(newProjectPath, oldProjectPath);
}
// Update path to well path file cache // Update path to well path file cache
for(RimOilField* oilField: oilFields) for(RimOilField* oilField: oilFields)
{ {