mining ledger troubleshooting
This commit is contained in:
@@ -90,6 +90,8 @@ class MoonLedgerController extends Controller
|
|||||||
$lookup = new NewLookupHelper;
|
$lookup = new NewLookupHelper;
|
||||||
$mining = array();
|
$mining = array();
|
||||||
|
|
||||||
|
dd($request);
|
||||||
|
|
||||||
//Check for the esi scope
|
//Check for the esi scope
|
||||||
if(!$esiHelper->HaveEsiScope(auth()->user()->getId(), 'esi-industry.read_corporation_mining.v1')) {
|
if(!$esiHelper->HaveEsiScope(auth()->user()->getId(), 'esi-industry.read_corporation_mining.v1')) {
|
||||||
//If the scope check fails, return with a redirect and error message
|
//If the scope check fails, return with a redirect and error message
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
{!! Form::open(['action' => 'Moons\MoonLedgerController@displayLedger', 'method' => 'POST']) !!}
|
{!! Form::open(['action' => 'Moons\MoonLedgerController@displayLedger', 'method' => 'POST']) !!}
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
{{ Form::label('structure', 'Structure') }}
|
{{ Form::label('structure', 'Structure') }}
|
||||||
{{ Form::select('structure', $structures, ['class' => 'form-control']) }}
|
{{ Form::select('structure', $structures, null, ['placeholder' => 'Select Structure']) }}
|
||||||
</div>
|
</div>
|
||||||
{{ Form::submit('Submit', ['class' => 'btn btn-primary']) }}
|
{{ Form::submit('Submit', ['class' => 'btn btn-primary']) }}
|
||||||
{!! Form::close() !!}
|
{!! Form::close() !!}
|
||||||
|
|||||||
Reference in New Issue
Block a user