File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11<?php
22return array (
33 'app_version ' => 'v2.0-pre ' ,
4- 'hash_version ' => 'v2.0-pre-beta-339-g58abd15 ' ,
4+ 'hash_version ' => 'v2.0-pre-beta-342-gc5e5930 ' ,
55);
Original file line number Diff line number Diff line change @@ -214,6 +214,7 @@ public function getEdit($assetId = null)
214214 $ category_list = categoryList ();
215215 $ supplier_list = suppliersList ();
216216 $ assigned_to = assignedToList ();
217+ $ statuslabel_types = statusTypeList ();
217218
218219 return View::make ('backend/hardware/edit ' , compact ('asset ' ))
219220 ->with ('model_list ' ,$ model_list )
@@ -222,6 +223,7 @@ public function getEdit($assetId = null)
222223 ->with ('statuslabel_list ' ,$ statuslabel_list )
223224 ->with ('assigned_to ' ,$ assigned_to )
224225 ->with ('manufacturer ' ,$ manufacturer_list )
226+ ->with ('statuslabel_types ' ,$ statuslabel_types )
225227 ->with ('category ' ,$ category_list );
226228 }
227229
You can’t perform that action at this time.
0 commit comments