From 5d049b742f2d8cfa431837fcfc51a286272f6726 Mon Sep 17 00:00:00 2001
From: Christoph Lehmann <christoph.lehmann@ufz.de>
Date: Thu, 14 Jan 2016 18:57:27 +0100
Subject: [PATCH] [AppL] trigger checks earlier

---
 Applications/ApplicationsLib/ProjectData.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Applications/ApplicationsLib/ProjectData.h b/Applications/ApplicationsLib/ProjectData.h
index b82617dcd23..7fee59d6515 100644
--- a/Applications/ApplicationsLib/ProjectData.h
+++ b/Applications/ApplicationsLib/ProjectData.h
@@ -107,6 +107,10 @@ public:
 				ERR("Unknown process type: %s\n", type.c_str());
 			}
 		}
+
+		// process configs are not needed anymore, so clear the storage
+		// in order to trigger config tree checks
+		_process_configs.clear();
 	}
 
 	/// Iterator access for processes.
-- 
GitLab