Merge pull request #16560 from spencerrlongg/bug/meta_status_multi_comp
Meta Status Fix for Multi Company
This commit is contained in:
@@ -555,7 +555,7 @@ class AssetPresenter extends Presenter
|
||||
*/
|
||||
public function statusMeta()
|
||||
{
|
||||
if ($this->model->assigned) {
|
||||
if ($this->model->assigned_to) {
|
||||
return 'deployed';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user