mirror of
https://github.com/grocy/grocy.git
synced 2026-04-07 05:16:15 +02:00
Fix uncaught exception in locationpicker.js
This commit is contained in:
parent
41067b23bb
commit
a7e7e6d407
|
|
@ -6,9 +6,10 @@
|
||||||
@php if(empty($prefillById)) { $prefillById = ''; } @endphp
|
@php if(empty($prefillById)) { $prefillById = ''; } @endphp
|
||||||
@php if(!isset($isRequired)) { $isRequired = true; } @endphp
|
@php if(!isset($isRequired)) { $isRequired = true; } @endphp
|
||||||
@php if(empty($hint)) { $hint = ''; } @endphp
|
@php if(empty($hint)) { $hint = ''; } @endphp
|
||||||
|
@php if(empty($nextInputSelector)) { $nextInputSelector = ''; } @endphp
|
||||||
|
|
||||||
<div class="form-group"
|
<div class="form-group"
|
||||||
@if(isset($nextInputSelector))data-next-input-selector="{{ $nextInputSelector }}" @endif
|
data-next-input-selector="{{ $nextInputSelector }}"
|
||||||
data-prefill-by-name="{{ $prefillByName }}"
|
data-prefill-by-name="{{ $prefillByName }}"
|
||||||
data-prefill-by-id="{{ $prefillById }}">
|
data-prefill-by-id="{{ $prefillById }}">
|
||||||
<label for="location_id">{{ $__t('Location') }} <span @if(!empty($hintId))id="{{ $hintId }}" @endif
|
<label for="location_id">{{ $__t('Location') }} <span @if(!empty($hintId))id="{{ $hintId }}" @endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user