mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Persist eula text even when field is disabled
This commit is contained in:
parent
3fd0853fd0
commit
cbe5a9bc8a
|
@ -8,6 +8,9 @@
|
|||
<p class="help-block">{!! trans('admin/settings/general.eula_markdown') !!} </p>
|
||||
{!! $errors->first('eula_text', '<span class="alert-msg" aria-hidden="true">:message</span>') !!}
|
||||
</div>
|
||||
@if ($this->eulaTextDisabled)
|
||||
<input type="hidden" name="eula_text" wire:model="eulaText" />
|
||||
@endif
|
||||
</div>
|
||||
|
||||
<!-- Use default checkbox -->
|
||||
|
|
Loading…
Reference in a new issue