Project tree: Fixed several issues after the reconfiguration

Missing Icon and text on the Grid Models folder
New cases and Grid Case Groups ended up outside the Grid Model Folder
Old Project files did not show up properly
p4#: 21854
This commit is contained in:
Jacob Støren
2013-06-07 14:54:02 +02:00
parent 080fc4c094
commit 6ac8c4365f
6 changed files with 20 additions and 19 deletions

View File

@@ -55,6 +55,8 @@ CAF_PDM_SOURCE_INIT(RimAnalysisModels, "ResInsightAnalysisModels");
//--------------------------------------------------------------------------------------------------
RimAnalysisModels::RimAnalysisModels(void)
{
CAF_PDM_InitObject("Grid Models", ":/GridModels.png", "", "");
CAF_PDM_InitFieldNoDefault(&cases, "Reservoirs", "", "", "", "");
CAF_PDM_InitFieldNoDefault(&caseGroups, "CaseGroups", "", "", "", "");