Skip to content

Commit

Permalink
Fixes #17634: Group description button should not be clickable in rea…
Browse files Browse the repository at this point in the history
…d_only
  • Loading branch information
RaphaelGauthier committed Oct 21, 2020
1 parent 12fc2c5 commit 9c8bb5a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ <h1>
<group-name></group-name>
<div id="longDescriptionFieldMarkdownContainer" class="row form-group wbBaseFieldLabel">
<label class="wbBaseFieldLabel"><span class="text-fit">Description</span>
<i class="fa fa-pencil text-primary cursorPointer half-opacity" onmouseenter="toggleOpacity(this)" title="Edit description" onmouseout="toggleOpacity(this)" onclick="toggleMarkdownEditor('longDescriptionField')"></i>
<lift:authz role="group_write">
<i class="fa fa-pencil text-primary cursorPointer half-opacity" onmouseenter="toggleOpacity(this)" title="Edit description" onmouseout="toggleOpacity(this)" onclick="toggleMarkdownEditor('longDescriptionField')"></i>
</lift:authz>
</label>
<div class="markdown">
<div id="longDescriptionFieldMarkdown"></div>
Expand Down

0 comments on commit 9c8bb5a

Please sign in to comment.