Closes #6440 Print All Assigned - New Tab (#7135)

Should add the functionality to, by default open in a new tab and not reference back to the source page. Reduces overhead and should resolve #6440. 

Untested, need confirmation.
This commit is contained in:
Dustin B 2019-12-06 14:00:01 -05:00 committed by snipe
parent e71e57f16a
commit 8fd4e35244

View file

@ -293,7 +293,7 @@
@can('view', $user)
<div class="col-md-12" style="padding-top: 5px;">
<a href="{{ route('users.print', $user->id) }}" style="width: 100%;" class="btn btn-sm btn-default hidden-print">{{ trans('admin/users/general.print_assigned') }}</a>
<a href="{{ route('users.print', $user->id) }}" style="width: 100%;" class="btn btn-sm btn-default hidden-print target=_blank rel=noopener">{{ trans('admin/users/general.print_assigned') }}</a>
</div>
@endcan