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

michaelsmolina pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ed85f59a1 Fix missing metadata. (#20684)
5ed85f59a1 is described below

commit 5ed85f59a1fabe191f2cffefbb67aca75eb3544a
Author: Cody Leff <[email protected]>
AuthorDate: Wed Jul 20 06:31:21 2022 -0400

    Fix missing metadata. (#20684)
---
 superset-frontend/src/dashboard/actions/sliceEntities.js | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/superset-frontend/src/dashboard/actions/sliceEntities.js 
b/superset-frontend/src/dashboard/actions/sliceEntities.js
index 176b84fa2b..f0f28ffefb 100644
--- a/superset-frontend/src/dashboard/actions/sliceEntities.js
+++ b/superset-frontend/src/dashboard/actions/sliceEntities.js
@@ -75,10 +75,7 @@ export function fetchSlices(
         'url',
         'viz_type',
       ],
-      filters: [
-        { col: 'owners', opr: 'rel_m_m', value: userId },
-        ...additional_filters,
-      ],
+      filters: [...additional_filters],
       page_size: FETCH_SLICES_PAGE_SIZE,
       order_column:
         sortColumn === 'changed_on' ? 'changed_on_delta_humanized' : 
sortColumn,

Reply via email to