Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added canPrePopulate() method. Fixes #87
  • Loading branch information
Alistair Kearney committed Oct 2, 2017
1 parent 6c046b0 commit 86cdb67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fields/field.selectbox_link.php
Expand Up @@ -35,6 +35,10 @@ public function canFilter(){
return true;
}

public function canPrePopulate() {
return true;
}

public function isSortable(){
$relatedFieldsId = $this->getRelatedFieldsId();
foreach ($relatedFieldsId as $relatedFieldId) {
Expand Down

0 comments on commit 86cdb67

Please sign in to comment.