#2893 RimSummaryCaseCollection : Use basic name without count as edit name

Use proxy field with item count when we have a solution for one display field handle and one edit field handle
This commit is contained in:
Magne Sjaastad 2018-05-11 12:46:26 +02:00
parent a203452ebf
commit ff9fbe95b8

View File

@ -121,7 +121,7 @@ void RimSummaryCaseCollection::setAsEnsemble(bool isEnsemble)
//--------------------------------------------------------------------------------------------------
caf::PdmFieldHandle* RimSummaryCaseCollection::userDescriptionField()
{
return &m_nameAndItemCount;
return &m_name;
}
//--------------------------------------------------------------------------------------------------