Merge pull request #4589 from beganovich/v4-toggle-parent-when-force
(v4) Toggle parent company when clicking on force checkbox (migration)
This commit is contained in:
commit
18cde4bc5f
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="companies[{{ $company['company_key'] }}][force]">
|
<label for="companies[{{ $company['company_key'] }}][force]">
|
||||||
<input type="checkbox" id="companies[{{ $company['company_key'] }}][force]" name="companies[{{ $company['company_key'] }}][force]">
|
<input type="checkbox" onclick="document.getElementById('{{ $company['company_key'] }}').checked = true" id="companies[{{ $company['company_key'] }}][force]" name="companies[{{ $company['company_key'] }}][force]">
|
||||||
<small>{!! trans('texts.force_migration') !!}</small>
|
<small>{!! trans('texts.force_migration') !!}</small>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue