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 2023/10/31 04:08:17 UTC

(superset) branch john-bodley--fix-24195 created (now 0f72349a8d)

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

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


      at 0f72349a8d [fix] Resolve issue #24195

This branch includes the following new commits:

     new 0f72349a8d [fix] Resolve issue #24195

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.



(superset) 01/01: [fix] Resolve issue #24195

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-24195
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 0f72349a8d3e62a06980cb6773a9b0cc5f784a9d
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Mon Oct 30 21:08:11 2023 -0700

    [fix] Resolve issue #24195
---
 superset-frontend/src/constants.ts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/superset-frontend/src/constants.ts b/superset-frontend/src/constants.ts
index bc2b0be843..b707a48e04 100644
--- a/superset-frontend/src/constants.ts
+++ b/superset-frontend/src/constants.ts
@@ -51,6 +51,10 @@ export const URL_PARAMS = {
     name: 'filter_set',
     type: 'string',
   },
+  showFilters: {
+    name: 'show_filters',
+    type: 'boolean',
+  },
   expandFilters: {
     name: 'expand_filters',
     type: 'boolean',