mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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>
|
<p class="help-block">{!! trans('admin/settings/general.eula_markdown') !!} </p>
|
||||||
{!! $errors->first('eula_text', '<span class="alert-msg" aria-hidden="true">:message</span>') !!}
|
{!! $errors->first('eula_text', '<span class="alert-msg" aria-hidden="true">:message</span>') !!}
|
||||||
</div>
|
</div>
|
||||||
|
@if ($this->eulaTextDisabled)
|
||||||
|
<input type="hidden" name="eula_text" wire:model="eulaText" />
|
||||||
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Use default checkbox -->
|
<!-- Use default checkbox -->
|
||||||
|
|
Loading…
Reference in a new issue