mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
4c7b731acc
|
@ -127,7 +127,7 @@ class ImportController extends Controller
|
||||||
$this->authorize('import');
|
$this->authorize('import');
|
||||||
|
|
||||||
// Run a backup immediately before processing
|
// Run a backup immediately before processing
|
||||||
if ($request->has('run-backup')) {
|
if ($request->get('run-backup')) {
|
||||||
\Log::debug('Backup manually requested via importer');
|
\Log::debug('Backup manually requested via importer');
|
||||||
Artisan::call('backup:run');
|
Artisan::call('backup:run');
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@if ($this->add_default_values ) {{-- 'if the checkbox is enabled *AND* there are more than 0 fields in the fieldsset' --}}
|
@if ($this->add_default_values ) {{-- 'if the checkbox is enabled *AND* there are more than 0 fields in the fieldsset' --}}
|
||||||
<div>
|
<div style="padding-left: 10px; padding-bottom: 0px; margin-bottom: -15px;">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
@if ($fields)
|
@if ($fields)
|
||||||
@foreach ($fields as $field)
|
@foreach ($fields as $field)
|
||||||
|
|
Loading…
Reference in a new issue