From bb2cf5b50cf8e38d304e9572bf8337ea8119619a Mon Sep 17 00:00:00 2001
From: buczekp <buczekp>
Date: Wed, 22 Jun 2011 11:01:02 +0000
Subject: [PATCH] [LMS-2209] switch on invalidation in development settings

SVN: 21802
---
 openbis/etc/web-client.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis/etc/web-client.properties b/openbis/etc/web-client.properties
index c4b257d8d8a..3b5642240bf 100644
--- a/openbis/etc/web-client.properties
+++ b/openbis/etc/web-client.properties
@@ -10,7 +10,7 @@
 
 # Experimental: Enable invalidation (non-permanent deletion) of entities in UI.
 # Default value: false
-#enable-invalidation = true
+enable-invalidation = true
 
 # Maximal number of visible columns in tables. Default: 50.
 max-visible-columns = 25
-- 
GitLab