Forums » Problems or support »
Added by Yuichi Masumiya almost 9 years ago
The user name is a case of blank, when you display the Sprint board or Sprint Stats, is displayed 500 error.
As with Redmine, eliminate the choices of the practitioner, or think that it is desirable to not be selected the group as a practitioner.
As a temporary measures, I default values as described below was made to be your own.
app/views/scrum/_create_time_entry.html.erb
- principals_options_for_select(@issue.assignable_users, @issue.assigned_to),
+ principals_options_for_select(@issue.assignable_users, User.current),