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
It makes sense not to prevent anyone from creating submissions in case Rebecca is not around to create submissions for us. To make this change one could simply update the ability.rb model's method so that assessors have :manage rights instead of just :read rights. It's possible there may be a better, more specific ability, such as :read & :write as manage seems a bit magnanimous.
The text was updated successfully, but these errors were encountered:
Now that submissions can be created through /extsubmissions/new without requiring a login we don't need to change user permissions to enable this. This story may be moot, but leaving it up for now.
The logic behind this story was to allow Assessor-level users to create Submissions in the event that Rebecca is out of the office. This functionality is somewhat moot since Submissions can how be submitted externally, but it might be something we want to enable anyway.
It makes sense not to prevent anyone from creating submissions in case Rebecca is not around to create submissions for us. To make this change one could simply update the ability.rb model's method so that assessors have :manage rights instead of just :read rights. It's possible there may be a better, more specific ability, such as :read & :write as manage seems a bit magnanimous.
The text was updated successfully, but these errors were encountered: