Skip to content

Commit

Permalink
Task #114 feat: Cluster awareness in related field
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush-maherwal committed Aug 19, 2019
1 parent a89059f commit 4ba67fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ public function getUsersClusters($userId = null)
}
else
{
$clusterModel = $this->setState('filter.state', 1);
$clusterModel = ClusterFactory::model('Clusters', array('ignore_request' => true));

// Get all cluster entries
$clusterModel->setState('filter.state', 1);
$clusters = $clusterModel->getItems();
}

Expand Down

0 comments on commit 4ba67fd

Please sign in to comment.