You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently only one view in the Activities app that uses permissions to verify user access. Add related permissions to the remaining views, using the UserPassesTestMixin as seen in the 'ActivitySetDoneView`.
Task
Ensure that all views in the Activity app have appropriate permissions via the UserPassesTestMixin
The text was updated successfully, but these errors were encountered:
There is currently only one view in the Activities app that uses permissions to verify user access. Add related permissions to the remaining views, using the
UserPassesTestMixin
as seen in the 'ActivitySetDoneView`.Task
UserPassesTestMixin
The text was updated successfully, but these errors were encountered: