Fixes #1362 - status labels losing type on edit

This commit is contained in:
snipe
2015-11-20 09:20:14 -08:00
parent cc930fc5b8
commit 01b574069a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<?php
return array (
'app_version' => 'v2.0.5-pre',
'hash_version' => 'v2.0.5-pre-57-g5ebb267',
'hash_version' => 'v2.0.5-pre-60-g67a5822',
);
@@ -67,7 +67,7 @@
<i class='fa fa-asterisk'></i></label>
</label>
<div class="col-md-7">
{{ Form::select('statuslabel_types', $statuslabel_types, $statuslabel_types, array('class'=>'select2', 'style'=>'min-width:400px')) }}
{{ Form::select('statuslabel_types', $statuslabel_types, $statuslabel->getStatuslabelType(), array('class'=>'select2', 'style'=>'min-width:400px')) }}
{{ $errors->first('statuslabel_types', '<br><span class="alert-msg"><i class="fa fa-times"></i> :message</span>') }}
</div>
</div>