#1004 Add reload function to eclipse cases to reload all data from file

This commit is contained in:
Bjørnar Grip Fjær
2017-04-21 12:02:48 +02:00
parent 029809bf90
commit 201ff5699d
12 changed files with 172 additions and 34 deletions

View File

@@ -407,6 +407,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
}
else if (dynamic_cast<RimEclipseCase*>(uiItem))
{
commandIds << "RicReloadCaseFeature";
commandIds << "RicExecuteScriptForCasesFeature";
}
else if (dynamic_cast<RimSummaryPlot*>(uiItem))