You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2017/10/24 21:27:57 UTC

[GitHub] mistercrunch closed pull request #3663: [minor] fix label showing description in time_table's URL

mistercrunch closed pull request #3663: [minor] fix label showing description in time_table's URL
URL: https://github.com/apache/incubator-superset/pull/3663
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/superset/assets/javascripts/explore/stores/visTypes.js b/superset/assets/javascripts/explore/stores/visTypes.js
index da142aec69..b697216160 100644
--- a/superset/assets/javascripts/explore/stores/visTypes.js
+++ b/superset/assets/javascripts/explore/stores/visTypes.js
@@ -388,7 +388,7 @@ export const visTypes = {
         multiple: false,
       },
       url: {
-        label: t(
+        description: t(
           "Templated link, it's possible to include {{ metric }} " +
           'or other values coming from the controls.'),
       },


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services