mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#9363 StimPlan: Incorrect extraction size when changing extraction offsets from python
This commit is contained in:
@@ -222,7 +222,7 @@ bool RiaGrpcServiceInterface::assignFieldValue( const QString& string
|
||||
CAF_ASSERT( oldValue && newValue );
|
||||
|
||||
auto scriptability = field->template capability<caf::PdmAbstractFieldScriptingCapability>();
|
||||
if ( field && scriptability != nullptr )
|
||||
if ( field && scriptability != nullptr && scriptability->isIOWriteable() )
|
||||
{
|
||||
auto* valueField = dynamic_cast<caf::PdmValueField*>( field );
|
||||
QTextStream stream( stringValue.toLatin1() );
|
||||
|
Reference in New Issue
Block a user