mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Grid Ensemble: add methods to add view
This commit is contained in:
@@ -1270,10 +1270,9 @@ QString RimEclipseView::createAutoName() const
|
||||
}
|
||||
|
||||
QStringList generatedAutoTags;
|
||||
|
||||
if ( m_eclipseCase && nameConfig()->addCaseName() )
|
||||
if ( nameConfig()->addCaseName() && ownerCase() )
|
||||
{
|
||||
generatedAutoTags.push_back( m_eclipseCase->caseUserDescription() );
|
||||
generatedAutoTags.push_back( ownerCase()->caseUserDescription() );
|
||||
}
|
||||
|
||||
if ( nameConfig()->addProperty() )
|
||||
|
||||
Reference in New Issue
Block a user