Merge branch '2018.01.01-patch' into dev

This commit is contained in:
Bjørn Erik Jensen 2018-01-08 14:11:32 +01:00
commit 472d3fb784

View File

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