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 class="form-group">
|
||||
<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>
|
||||
</label>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue