pritammobisoft commented on issue #26758:
URL: https://github.com/apache/superset/issues/26758#issuecomment-2143913087

   This is still happening in 4.0.1
   
   ```
   supersetEmbeddedSdk.embedDashboard({
           id: "fef29801-702f-4473-ab93-3dd159030c11",
           supersetDomain: "https://somehost.com";,
           mountPoint: document.getElementById("my-superset-container"),
           fetchGuestToken: () => fetchGuestTokenFromBackend(),
           dashboardUiConfig: {
             // dashboard UI config: hideTitle, hideTab, hideChartControls, 
filters.visible, filters.expanded (optional)
             hideTitle: true,
             filters: {
               expanded: false,
               visible: false
             },
           },
         });
   ```
   
   <img width="1219" alt="Screenshot 2024-06-02 at 9 25 49 PM" 
src="https://github.com/apache/superset/assets/3992068/375d6992-549b-4e52-a85f-2f17386e2869";>
   
   As you can see in the image the filter bar is still present even when 
filters.visible is sent as false. 
   
   <img width="756" alt="Screenshot 2024-06-02 at 9 29 49 PM" 
src="https://github.com/apache/superset/assets/3992068/d863da62-9efa-45ea-b9ec-520b79b16e45";>
   
   I can see in the network tab show_filters=false is being sent to the backend 
but for some reason the backend is not respecting it. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to