Merge pull request #15401 from snipe/fixes-15397-new-window-for-label

Opens label new window
This commit is contained in:
snipe 2024-08-28 11:57:29 +01:00 committed by GitHub
commit 7b5b559baa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -242,6 +242,7 @@
'method' => 'POST',
'route' => ['hardware/bulkedit'],
'class' => 'form-inline',
'target'=>'_blank',
'id' => 'bulkForm']) }}
<input type="hidden" name="bulk_actions" value="labels" />
<input type="hidden" name="ids[{{$asset->id}}]" value="{{ $asset->id }}" />