You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by gi...@git.apache.org on 2017/09/13 04:21:29 UTC

[GitHub] graceguo-supercat commented on a change in pull request #3390: js translation -- performance improvment

graceguo-supercat commented on a change in pull request #3390: js translation -- performance improvment
URL: https://github.com/apache/incubator-superset/pull/3390#discussion_r138521459
 
 

 ##########
 File path: superset/views/core.py
 ##########
 @@ -2293,6 +2294,13 @@ def sqllab(self):
             entry='sqllab',
             bootstrap_data=json.dumps(d, default=utils.json_iso_dttm_ser)
         )
+
+    @has_access
+    @expose("/rest/api/get_locale", methods=['GET', 'POST'])
+    def get_locale(self):
 
 Review comment:
   removed
 
----------------------------------------------------------------
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