mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Reenable read/write of modeled well path name
This commit is contained in:
@@ -45,8 +45,10 @@ RimModeledWellPath::RimModeledWellPath()
|
||||
CAF_PDM_InitFieldNoDefault(&m_geometryDefinition, "WellPathGeometryDef", "Trajectory", "", "", "");
|
||||
m_geometryDefinition = new RimWellPathGeometryDef;
|
||||
|
||||
// Required, as these settings are set in RimWellPath()
|
||||
m_name.uiCapability()->setUiReadOnly(false);
|
||||
m_name.xmlCapability()->disableIO();
|
||||
m_name.xmlCapability()->setIOReadable(true);
|
||||
m_name.xmlCapability()->setIOWritable(true);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user