From 38cbca0ebe9636cf5b95bedb9724e80850824039 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 18 Mar 2019 14:09:16 +0300 Subject: [PATCH] customization->commentAuthorOnly: user can edit and delete only his comments --- apps/common/main/lib/template/Comments.template | 4 ++-- apps/common/main/lib/template/CommentsPopover.template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/common/main/lib/template/Comments.template b/apps/common/main/lib/template/Comments.template index cf458d5e3..8fac3d9ad 100644 --- a/apps/common/main/lib/template/Comments.template +++ b/apps/common/main/lib/template/Comments.template @@ -36,8 +36,8 @@
<% if (item.get("editable")) { %>
">
+
">
<% } %> -
">
<%}%> <% } else { %> @@ -67,8 +67,8 @@
<% if (editable) { %>
+
<% } %> -
<% if (resolved) { %>
<% } else { %> diff --git a/apps/common/main/lib/template/CommentsPopover.template b/apps/common/main/lib/template/CommentsPopover.template index 7eb3b8933..b08d83abd 100644 --- a/apps/common/main/lib/template/CommentsPopover.template +++ b/apps/common/main/lib/template/CommentsPopover.template @@ -36,8 +36,8 @@
<% if (item.get("editable")) { %>
">
+
">
<%}%> -
">
<%}%> <% } else { %> @@ -68,8 +68,8 @@
<% if (editable) { %>
+
<% } %> -
<% if (resolved) { %>
<% } else { %>