You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2020/03/26 16:00:48 UTC

[incubator-superset] branch john-bodley--fix-sip-15-messaging created (now a0bf959)

This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a change to branch john-bodley--fix-sip-15-messaging
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


      at a0bf959  [sip-15] fix messaging

This branch includes the following new commits:

     new a0bf959  [sip-15] fix messaging

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-superset] 01/01: [sip-15] fix messaging

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch john-bodley--fix-sip-15-messaging
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit a0bf959771e009a0d7cf2d01ac4c92aa84297183
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Thu Mar 26 09:00:28 2020 -0700

    [sip-15] fix messaging
---
 superset/config.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/superset/config.py b/superset/config.py
index 630fbef..45ea6e3 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -808,8 +808,8 @@ SIP_15_ENABLED = True
 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 <a target="_blank" href="{url}"'
+    "Action Required: Preview then save your chart using the "
+    'new time range endpoints <a target="_blank" href="{url}" '
     'class="alert-link">here</a>.'
 )