metaperl commented on issue #9005: can_list on UserOAuthModelView not added to Admin and Alpha when AUTH_TYPE = AUTH_OAUTH URL: https://github.com/apache/incubator-superset/issues/9005#issuecomment-578245670 > flask fab create-permissions this did not add a `can list` permission. It added the following: ``` can add on UserOAuthModelView, can delete on UserOAuthModelView, can edit on UserOAuthModelView, can show on UserOAuthModelView, can userinfo on UserOAuthModelView, can list on UserOAuthModelView, can download on UserOAuthModelView, userinfoedit on UserOAuthModelView, can list on RegisterUserModelView, can show on RegisterUserModelView, can delete on RegisterUserModelView ``` I then went to List Roles in the UI and typed in "can list" but only UserDBModelView comes up, not UserOAuthModelView.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
