Tasks score notes (#8507)
* Added setting and modal for score notes * Added persistent score notes * Fixed linting issues and documented new field * Added max length to task score notes * Added check for score notes existence * Combined tasks perferences
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
script(id='modals/task-notes.html', type='text/ng-template')
|
||||
.modal-header
|
||||
h4 Task Notes
|
||||
|
||||
.modal-body
|
||||
textarea.form-control(ng-model="task.scoreNotes", row="10")
|
||||
|
||||
.modal-footer
|
||||
.btn.btn-default(ng-click='$close()')=env.t('cancel')
|
||||
.btn.btn-primary(ng-click="$close(task)")=env.t('save')
|
||||
Reference in New Issue
Block a user