Fix Admin: UserController and Flight Edit (#1204)

* Fix Admin / UserController

Use Role Repository and `selectBoxList` method instead of the model itself.

* Fix Flight Fields

Added empty/blank option for clearing out the days when needed

* StyleFix
This commit is contained in:
B.Fatih KOZ
2021-05-25 02:13:44 +03:00
committed by GitHub
parent 68a6ed24cb
commit 728b033675
2 changed files with 10 additions and 3 deletions

View File

@@ -199,6 +199,7 @@
{{ Form::label('days', 'Days of Week') }}
<span class="description small">optional</span>
<select id="days_of_week" name="days[]" multiple="multiple" size="7" style="width: 100%;">
<option value="">Select Days</option>
<option value="{{\App\Models\Enums\Days::MONDAY}}"
{{in_mask($days, \App\Models\Enums\Days::MONDAY) ? 'selected':'' }}>
@lang('common.days.mon')