#4596 fix applyCellResult legend range

This commit is contained in:
Gaute Lindkvist
2019-08-19 11:47:53 +02:00
parent 2d2ecc3031
commit 68d3ffdbb2

View File

@@ -169,6 +169,7 @@ grpc::Status RiaGrpcPdmObjectService::UpdateExistingPdmObject(grpc::ServerContex
if (resultDefinition)
{
resultDefinition->updateUiFieldsFromActiveResult();
resultDefinition->loadResult();
}
matchingObject->updateAllRequiredEditors();