haru / redmine_code_review

70 stars 29 forks source link

Add of missing "Priority" field on issue creation form #20

Closed dosyfier closed 3 years ago

dosyfier commented 4 years ago

When browsing source code files from the repository browser view, it is possible to create code review issues by clicking on the pencil icon of a given line.

When doing so, a modal popup appears with an issue creation form.

Unfortunately, this form could not be validated since the priority information (which is mandatory) could not be set.

This commit adds the missing "Priority" field to the issue creation form, so that it can be submitted without any blocking error.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-52.09%) to 39.871% when pulling 53ebcd029c44aeb584923706a00a140becfee9d7 on dosyfier:fix-missing-priority-field into 0a3213c53c4c98f1c7cea7c32ff9f6d9dcd794cc on haru:develop.