Fix outside org tooltip to work in entity search
This commit is contained in:
parent
7ceb249858
commit
45b9c9e7ab
3 changed files with 10 additions and 2 deletions
|
@ -14,6 +14,6 @@
|
|||
</span>
|
||||
</span>
|
||||
<i class="fa fa-exclamation-triangle" ng-show="entity.is_org_member === false"
|
||||
title="This user is not a member of the organization" bs-tooltip="tooltip.title" data-container="body">
|
||||
title="This user is not a member of the organization" bs-tooltip="tooltip.title">
|
||||
</i>
|
||||
</span>
|
||||
|
|
Reference in a new issue