Skip to content

Commit

Permalink
#1351 Update rules for the sharing button visibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed May 22, 2020
1 parent 0add22b commit 0a13085
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions frontend/app/views/partials/case/case.panelinfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ <h3 class="box-title text-primary">
</strong>
</span>

<!-- Right side -->

<div class="pull-right" if-permission="manageCase" allowed="{{userPermissions}}">
<span class="ml-xxs pull-right" uib-dropdown ng-if="appConfig.connectors.cortex.enabled" if-permission="manageAction" allowed="{{userPermissions}}">
<span class="mr-xxs text-primary">|</span>
Expand Down Expand Up @@ -132,17 +134,16 @@ <h3 class="box-title text-primary">
</span>

<span class="ml-xxs text-primary pull-right">|</span>
</div>

<div class="pull-right">
<span class="ml-xxs pull-right">
<a href ui-sref="app.case.sharing({caseId: caze.id})" class="noline">
<i class="fa fa-users"></i>
Sharing ({{caze.stats.shareCount || 0}})
</a>
</span>

</div>

<!-- Right side -->
</div>
</div>

Expand Down

0 comments on commit 0a13085

Please # to comment.