From 0e64dc84de37d036c2556c9739759ec0bbbd389c Mon Sep 17 00:00:00 2001
From: John Bodley <4567245+john-bodley@users.noreply.github.com>
Date: Tue, 5 Nov 2019 07:02:18 -0800
Subject: [PATCH] [SIP-15] Making sure the toast link opens in a new tab
(#8503)
* [SIP-15] Ensuring toast opens in a new tab
* Update config.py
---
superset/config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset/config.py b/superset/config.py
index 0023fed1c..6380988ac 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -705,7 +705,7 @@ SQLALCHEMY_EXAMPLES_URI = None
SIP_15_ENABLED = False
SIP_15_GRACE_PERIOD_END: Optional[date] = None # exclusive
SIP_15_DEFAULT_TIME_RANGE_ENDPOINTS = ["unknown", "inclusive"]
-SIP_15_TOAST_MESSAGE = 'Action Required: Preview then save your chart using the new time range endpoints here.'
+SIP_15_TOAST_MESSAGE = 'Action Required: Preview then save your chart using the new time range endpoints here.'
if CONFIG_PATH_ENV_VAR in os.environ:
# Explicitly import config module that is not necessarily in pythonpath; useful