Merge pull request #8392 from snipe/integrations/rc5-4-2020-08-31-dev-into-master

Integrations/rc5 4 2020 08 31 dev into master
This commit is contained in:
snipe 2020-08-31 17:24:44 -07:00 committed by GitHub
commit addb2bde23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View file

@ -839,6 +839,10 @@
{{-- Javascript files --}}
<script src="{{ url(mix('js/dist/all.js')) }}" nonce="{{ csrf_token() }}"></script>
<!-- v5-beta: This pGenerator call must remain here for v5 - until fixed - so that the JS password generator works for the user create modal. -->
<script src="{{ url('js/pGenerator.jquery.js') }}"></script>
{{-- Page level javascript --}}
@stack('js')

View file

@ -45,7 +45,7 @@
'class' => 'form-inline',
'id' => 'bulkForm']) }}
@if (Input::get('status')!='deleted')
@if (request('status')!='deleted')
@can('delete', \App\Models\User::class)
<div id="toolbar">
<label for="bulk_actions" class="sr-only">Bulk Actions</label>

View file

@ -1,2 +0,0 @@
*
!.gitignore