mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#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:
parent
a203452ebf
commit
ff9fbe95b8
@ -121,7 +121,7 @@ void RimSummaryCaseCollection::setAsEnsemble(bool isEnsemble)
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
caf::PdmFieldHandle* RimSummaryCaseCollection::userDescriptionField()
|
caf::PdmFieldHandle* RimSummaryCaseCollection::userDescriptionField()
|
||||||
{
|
{
|
||||||
return &m_nameAndItemCount;
|
return &m_name;
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user