mirror of
https://github.com/itflow-org/itflow
synced 2026-06-21 01:01:05 +00:00
Enforce Credential Permissions on contact, asset details both full page and modals
This commit is contained in:
@@ -495,7 +495,7 @@ ob_start();
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<?php if ($credential_count) { ?>
|
||||
<?php if (lookupUserPermission('module_credential') && ($credential_count)) { ?>
|
||||
<div class="tab-pane fade" id="pills-asset-credentials">
|
||||
<div class="table-responsive-sm-sm">
|
||||
<table class="table table-sm table-striped table-borderless table-hover">
|
||||
|
||||
Reference in New Issue
Block a user