agunoglu commented on PR #27029:
URL: https://github.com/apache/superset/pull/27029#issuecomment-2092805415

   First of all, thank you for your answer.
   
   - I enter the system with the admin role. all roles are open. Dimension
   columns are marked for my fields in the dataset.
   [image: image.png]
   
   - FEATURE_FLAGS settings in config py file are as below.
   
   FEATURE_FLAGS = {
           "DASHBOARD_NATIVE_FILTERS": True,
           "DASHBOARD_CROSS_FILTERS": True,
           "DASHBOARD_DRILL_DOWN": True,
           "DRILL_TO_DETAIL": True,
           "DRILL_BY": True
   }
   -And I have all roles for my admin user
   
   but when I check the my graps I cant see drill down options as below.. How
   can I do it..Thanks
   
   [image: image.png]
   
   so I added the  self.add_permission_view_menu("can_view_and_drill",
   "Dashboard")  under the def create_custom_permissions(self) -> None: like
   you said. There is no "can_view_and_drill" in the rolls. What can I do.
    Thanks..??
   
   Evan Rusackas ***@***.***>, 2 May 2024 Per, 21:14 tarihinde
   şunu yazdı:
   
   > ***@***.**** commented on this pull request.
   > ------------------------------
   >
   > In superset/security/manager.py
   > <https://github.com/apache/superset/pull/27029#discussion_r1588099794>:
   >
   > > @@ -726,7 +726,8 @@ def create_custom_permissions(self) -> None:
   >          self.add_permission_view_menu("can_csv", "Superset")
   >          self.add_permission_view_menu("can_share_dashboard", "Superset")
   >          self.add_permission_view_menu("can_share_chart", "Superset")
   > -        self.add_permission_view_menu("can_view_and_drill", "Dashboard")
   >
   > hi I have all roles. And can not see drill down menu in superset graphs.
   > Why?
   >
   > Just to ask basic support questions, are you not seeing them in ANY chart,
   > or just not EVERY chart? They're still not supported everywhere. They also
   > appear on right-cick, which might not be the most discoverable thing in the
   > world :)
   >
   > —
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/superset/pull/27029#discussion_r1588099794>,
   > or unsubscribe
   > 
<https://github.com/notifications/unsubscribe-auth/AQFE5QEYTBOMEO67QYCAPKTZAJ7CDAVCNFSM6AAAAABC4GTVZ6VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDAMZWGU2DCNRTGQ>
   > .
   > You are receiving this because you commented.Message ID:
   > ***@***.***>
   >
   


-- 
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