Merge remote-tracking branch 'origin/develop'

This commit is contained in:
snipe
2025-07-24 13:07:09 +01:00
3 changed files with 4 additions and 13 deletions

View File

@@ -1370,20 +1370,11 @@
<div class="col-md-12">
<table
class="table table-striped snipe-table"
id="asseAuditHistory"
data-id-table="asseAuditHistory"
id="assetAuditHistory"
data-id-table="assetAuditHistory"
data-side-pagination="server"
data-sort-order="desc"
data-sort-name="created_at"
data-export-options='{
"fileName": "export-asset-{{ $asset->id }}-audits",
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]

View File

@@ -1,5 +1,5 @@
@component('mail::message')
# {{ trans('mail.hello') }} {{ $target->present()->fullName() }},
# {{ trans('mail.hello') }}{{ $target->assignedto?->present()->fullName() ? ' ' . $target->assignedto->present()->fullName() . ',' : ',' }}
{{ trans('mail.new_item_checked') }}

View File

@@ -1,5 +1,5 @@
@component('mail::message')
# {{ trans('mail.hello') }} {{ $target->present()->fullName() }},
# {{ trans('mail.hello') }}{{ $target->assignedto?->present()->fullName() ? ' ' . $target->assignedto->present()->fullName() . ',' : ',' }}
{{ $introduction_line }}