mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Update Well IA and Fault RA processing workflows to work with updated tree UI hidden/visible logic changes.
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include "RimProject.h"
|
||||
#include "RimWellIASettings.h"
|
||||
#include "RimWellPath.h"
|
||||
|
||||
#include "cafPdmFieldScriptingCapability.h"
|
||||
#include "cafPdmObjectScriptingCapability.h"
|
||||
|
||||
@@ -40,6 +41,7 @@ RimWellIASettingsCollection::RimWellIASettingsCollection()
|
||||
CAF_PDM_InitObject( "Integrity Analysis Models", ":/WellIntAnalysis.png", "", "" );
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &m_wellIASettings, "WellIASettings", "Settings", "", "", "" );
|
||||
m_wellIASettings.uiCapability()->setUiHidden( true );
|
||||
m_wellIASettings.uiCapability()->setUiTreeHidden( true );
|
||||
|
||||
setDeletable( true );
|
||||
|
||||
@@ -141,7 +141,6 @@ RimWellPath::RimWellPath()
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &m_wellIASettingsCollection, "WellIASettings", "Integrity Analysis Settings", "", "", "" );
|
||||
m_wellIASettingsCollection = new RimWellIASettingsCollection();
|
||||
m_wellIASettingsCollection->uiCapability()->setUiTreeHidden( true );
|
||||
|
||||
this->setDeletable( true );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user