You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/07/02 12:00:34 UTC

[GitHub] [incubator-superset] ashish1807 opened a new issue #10230: How can i make filter non editable in superset

ashish1807 opened a new issue #10230:
URL: https://github.com/apache/incubator-superset/issues/10230


   Hello community. I have "country_name" filter on world bank dashboard. I saved it as with preselect_filters as "United States" now i don't want anyone to change it. Can anybody help how can I do it? Is there any property which I can add in char metadata of filter char?


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] klazaj commented on issue #10230: How can i make filter non editable in superset

Posted by GitBox <gi...@apache.org>.
klazaj commented on issue #10230:
URL: https://github.com/apache/incubator-superset/issues/10230#issuecomment-652989845


   That depends on the users. If you have other user with different roles in your setup, then you can remove the 'Edit Dashboard' feature from these users.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] stale[bot] closed issue #10230: How can i make filter non editable in superset

Posted by GitBox <gi...@apache.org>.
stale[bot] closed issue #10230:
URL: https://github.com/apache/incubator-superset/issues/10230


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] stale[bot] commented on issue #10230: How can i make filter non editable in superset

Posted by GitBox <gi...@apache.org>.
stale[bot] commented on issue #10230:
URL: https://github.com/apache/incubator-superset/issues/10230#issuecomment-683799795


   This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue `.pinned` to prevent stale bot from closing the issue.
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] ashish1807 edited a comment on issue #10230: How can i make filter non editable in superset

Posted by GitBox <gi...@apache.org>.
ashish1807 edited a comment on issue #10230:
URL: https://github.com/apache/incubator-superset/issues/10230#issuecomment-653000504


   > 
   > 
   > I haven't looked up the roles in a while but I remember doing that myself. Something regarding 'menu access in Dashboards' or similar. You can search the roles, or just type 'dashboard' in the search bar and you'll see all the options.
   
   @klazaj  but i want to make my filter non editable. So is there any connection between menu and filter? Or is there any property which i can add char metadata of that filter chart? like ```
   "filter_configs": [
           {
               "asc": false,
               "clearable": true,
               "column": "country_name",
               "key": "li3j2lk",
               "metric": "sum__SP_POP_TOTL",
               "multiple": true,
           }
       ],
   ```


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] issue-label-bot[bot] commented on issue #10230: How can i make filter non editable in superset

Posted by GitBox <gi...@apache.org>.
issue-label-bot[bot] commented on issue #10230:
URL: https://github.com/apache/incubator-superset/issues/10230#issuecomment-652963924


   Issue-Label Bot is automatically applying the label `#question` to this issue, with a confidence of 0.90. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! 
   
    Links: [app homepage](https://github.com/marketplace/issue-label-bot), [dashboard](https://mlbot.net/data/apache/incubator-superset) and [code](https://github.com/hamelsmu/MLapp) for this bot.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] ashish1807 commented on issue #10230: How can i make filter non editable in superset

Posted by GitBox <gi...@apache.org>.
ashish1807 commented on issue #10230:
URL: https://github.com/apache/incubator-superset/issues/10230#issuecomment-652991356


   > 
   > 
   > That depends on the users. If you have other user with different roles in your setup, then you can remove the 'Edit Dashboard' feature from these users.
   
   @klazaj but i am not able to find any "Edit dashboard" permission in list roles


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] klazaj commented on issue #10230: How can i make filter non editable in superset

Posted by GitBox <gi...@apache.org>.
klazaj commented on issue #10230:
URL: https://github.com/apache/incubator-superset/issues/10230#issuecomment-652998951


   I haven't looked up the roles in a while but I remember doing that myself. Something regarding 'menu access in Dashboards' or similar. You can search the roles, or just type 'dashboard' in the search bar and you'll see all the options. 


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] ashish1807 commented on issue #10230: How can i make filter non editable in superset

Posted by GitBox <gi...@apache.org>.
ashish1807 commented on issue #10230:
URL: https://github.com/apache/incubator-superset/issues/10230#issuecomment-653000504


   > 
   > 
   > I haven't looked up the roles in a while but I remember doing that myself. Something regarding 'menu access in Dashboards' or similar. You can search the roles, or just type 'dashboard' in the search bar and you'll see all the options.
   
   @klazaj  but i want to make my filter non editable. So is there any connection between menu and filter? Or is there any property which i can add char metadata of that filter chart?


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org