From 375dd9f6933dcf7eeb37df9d2d9f44d16f35a277 Mon Sep 17 00:00:00 2001 From: diosmosis Date: Tue, 3 Nov 2020 23:19:48 -0800 Subject: several changes to emphasize setup and use of auto-archiving rather than real-time processing (#16603) * several changes to emphasize setup and use of auto-archiving rather than real-time processing * apply some pr feedback * Applying more pr feedback. * apply review fixes * ignore ability to archive segments in real time * another tweak * update tests * fix another test * fix ui tests * update test * fix evolution icon bug * Update TreemapVisualization and update expected screenshots * update screenshots --- config/global.ini.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/global.ini.php') diff --git a/config/global.ini.php b/config/global.ini.php index 58dc9bb380..1560f0c56c 100755 --- a/config/global.ini.php +++ b/config/global.ini.php @@ -261,7 +261,8 @@ currencies[BTC] = Bitcoin ; Notes: ; * any existing Segment set to "processed in Real time", will still be set to Real-time. ; this will only affect custom segments added or modified after this setting is changed. -; * when set to 0 then any user with at least 'view' access will be able to create pre-processed segments. +; * users with at least 'view' access will still be able to create pre-processed segments, regardless +; of what this is set to. enable_create_realtime_segments = 1 ; Whether to enable the "Suggest values for segment" in the Segment Editor panel. -- cgit v1.2.3