fix(reactions): do not enable reaction picker when the current user does not have write access
This commit is contained in:
@ -328,6 +328,7 @@
|
||||
entity-kind="tasks"
|
||||
:entity-id="task.id"
|
||||
class="details"
|
||||
:disabled="!canWrite"
|
||||
/>
|
||||
|
||||
<!-- Attachments -->
|
||||
|
Reference in New Issue
Block a user