issues
search
UW-GAC
/
django-anvil-consortium-manager
Django app to manage AnVIL workspace permissions
https://django-anvil-consortium-manager.readthedocs.io/en/latest/index.html
MIT License
1
stars
0
forks
source link
Allow users with View permission to see the Workspace lists and WorkspaceLanding page
#447
Closed
amstilp
closed
11 months ago
amstilp
commented
11 months ago
Change the permission required to ViewRequired for the WorkspaceList, WorkspaceListByType, and WorkspaceLanding views
Rename the adapter list_table_class property to list_table_class_staff_view
Add a new required adapter property, list_table_class_view, where users can specify which table show users with View but not StaffView permission.
Add overrideable explanatory text to the WorkspaceLanding template.