#4239 Show Well Allocation Plots: Add well name to suggested view name

This commit is contained in:
Magne Sjaastad
2019-03-27 19:19:19 +01:00
parent 50aac466e6
commit d0a23252ab
9 changed files with 33 additions and 18 deletions

View File

@@ -457,7 +457,8 @@ void RimFlowCharacteristicsPlot::fieldChangedByUi(const caf::PdmFieldHandle* cha
{
if (m_cellFilter() != RigFlowDiagResults::CELLS_ACTIVE)
{
RimEclipseView* view = RicSelectOrCreateViewFeatureImpl::showViewSelection(m_case, "FlowCharacteristicsLastUsedView", "Show Region in View");
RimEclipseView* view = RicSelectOrCreateViewFeatureImpl::showViewSelection(
m_case, "FlowCharacteristicsLastUsedView", "RegionView", "Show Region in View");
if (view != nullptr)
{