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
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
Fix for issue #1083 Complete Appeals shown only when Submitter role present
Added a new (boolean) variable in challenge services, isSubmitter. This is
true only when Submitter role is present. A condition ng-if
in challenge-tile jade checks if this variable is true. Only then the Complete
Appeals appears. Test with two different accounts one with role submitter and
one with other roles (copilot) in a challenges that is in appeals phase.
0 commit comments