diff --git a/app/config/version.php b/app/config/version.php index 7fd271a712..1d79c35e09 100644 --- a/app/config/version.php +++ b/app/config/version.php @@ -1,5 +1,5 @@ 'v2.0.5-pre', - 'hash_version' => 'v2.0.5-pre-57-g5ebb267', + 'hash_version' => 'v2.0.5-pre-60-g67a5822', ); \ No newline at end of file diff --git a/app/views/backend/statuslabels/edit.blade.php b/app/views/backend/statuslabels/edit.blade.php index c2982d3090..daf0c3db73 100755 --- a/app/views/backend/statuslabels/edit.blade.php +++ b/app/views/backend/statuslabels/edit.blade.php @@ -67,7 +67,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', '
:message') }}