#7755 Move "Create StimPlan Model" menu item.

This commit is contained in:
Kristian Bendiksen 2021-06-07 10:13:49 +02:00 committed by Magne Sjaastad
parent b9362386bc
commit 2390c91d9f

View File

@ -411,9 +411,9 @@ caf::CmdFeatureMenuBuilder RimContextCommandBuilder::commandsFromSelection()
menuBuilder << "RicNewPerforationIntervalFeature";
menuBuilder << "RicNewFishbonesSubsFeature";
menuBuilder << "RicNewWellPathFractureFeature";
menuBuilder << "RicNewStimPlanModelFeature";
menuBuilder.subMenuEnd();
menuBuilder << "RicCreateTemporaryLgrFeature";
menuBuilder << "RicNewStimPlanModelFeature";
menuBuilder.addSeparator();
appendExportCompletions( menuBuilder );
}
@ -1361,12 +1361,12 @@ int RimContextCommandBuilder::appendCreateCompletions( caf::CmdFeatureMenuBuilde
candidates << "RicNewValveFeature";
candidates << "RicNewFishbonesSubsFeature";
candidates << "RicNewWellPathFractureFeature";
candidates << "RicNewStimPlanModelFeature";
candidates << "Separator";
candidates << "RicCreateMultipleFracturesFeature";
candidates << "RicNewWellPathAttributeFeature";
candidates << "Separator";
candidates << "RicCreateTemporaryLgrFeature";
candidates << "RicNewStimPlanModelFeature";
return appendSubMenuWithCommands( menuBuilder,
candidates,