There was an error while loading. Please reload this page.
1 parent fe72f27 commit 278e81eCopy full SHA for 278e81e
2 files changed
frontend/app/components/report-row.hbs
@@ -51,6 +51,7 @@
51
"This project's comments are visible to the customer"
52
}}
53
spellcheck="true"
54
+ autocomplete="true"
55
{{on "change" (pick "target.value" (fn (mut cs.comment)))}}
56
data-test-report-comment
57
/>
frontend/app/components/tracking-bar.hbs
@@ -33,6 +33,7 @@
33
placeholder="Comment"
34
name="comment"
35
36
37
value={{this.tracking.activity.comment}}
38
title={{if
39
this.tracking.activity.task.project.customerVisible
0 commit comments