Skip to content
Snippets Groups Projects
Commit 453961b5 authored by leandro's avatar leandro
Browse files

hide form post comment if is offline

parent 210a4857
No related branches found
No related tags found
2 merge requests!2132.3.2-rc1,!197REDMINE_ISSUES-12446
......@@ -238,7 +238,7 @@
</div>
<div
v-if="permissions && permissions.can_create_feature"
v-if="permissions && permissions.can_create_feature && isOffline() !== true"
class="ui segment"
>
<form
......@@ -294,7 +294,6 @@
</li>
</ul>
<button
v-if="isOffline() !== true"
@click="postComment"
type="button"
class="ui compact green icon button"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment