Refactor delete operations for pdm objects.

This commit is contained in:
Kristian Bendiksen
2020-05-18 16:02:27 +02:00
committed by Magne Sjaastad
parent 80ee1256e7
commit c366e85682
90 changed files with 474 additions and 438 deletions

View File

@@ -207,6 +207,8 @@ RimEclipseView::RimEclipseView()
nameConfig()->hideAggregationTypeField( true );
nameConfig()->hidePropertyField( false );
nameConfig()->hideSampleSpacingField( true );
setDeletable( true );
}
//--------------------------------------------------------------------------------------------------
@@ -2250,7 +2252,7 @@ bool RimEclipseView::isUsingFormationNames() const
{
if ( cellResult()->resultType() == RiaDefines::ResultCatType::FORMATION_NAMES ) return true;
return true;
return true;
return eclipsePropertyFilterCollection()->isUsingFormationNames();
}