Skip to content

Commit

Permalink
attorney update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Hoang committed May 11, 2023
1 parent bc17cc0 commit e883f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def member_of_cob_or_ssc?
end

def can_edit_issues?
CaseReview.singleton.users.include?(self) || can_intake_appeals?
CaseReview.singleton.users.include?(self) || can_intake_appeals? || attorney?
end

def can_edit_cavc_remands?
Expand Down

0 comments on commit e883f7a

Please sign in to comment.