Fixed #19035 - Added helptext and parsing back into manufacturer

This commit is contained in:
snipe
2026-05-18 12:33:21 +01:00
parent 27a637a7a4
commit 826bbe37c9
2 changed files with 2 additions and 1 deletions
@@ -54,7 +54,7 @@
@if($manufacturer->support_url)
<x-icon type="external-link" class="fa-fw"/>
<x-info-element.url>
{{ $manufacturer->support_url }}
{{ $asset->present()->dynamicUrl($asset->model->manufacturer->support_url) }}
</x-info-element.url>
<br>
@endif
@@ -38,6 +38,7 @@
:$item
name="support_url"
type="url"
help_text="{!! trans('admin/manufacturers/message.support_url_help') !!}"
input_icon="link"
input_group_addon="left"
placeholder="https://example.com"