Use getShouldLazyLoad() accesser

This commit is contained in:
Damian Mooyman 2018-09-18 09:12:44 +12:00
parent ce8ba85182
commit 77bad9b943
No known key found for this signature in database
GPG Key ID: 4327857F75021D92
1 changed files with 2 additions and 2 deletions

View File

@ -216,7 +216,7 @@ class TagField extends DropdownField
$this->setAttribute('multiple', 'multiple');
}
if ($this->shouldLazyLoad) {
if ($this->getShouldLazyLoad()) {
$this->setAttribute('data-ss-tag-field-suggest-url', $this->getSuggestURL());
} else {
$properties = array_merge($properties, array(
@ -268,7 +268,7 @@ class TagField extends DropdownField
$titleField = $this->getTitleField();
if ($this->shouldLazyLoad) {
if ($this->getShouldLazyLoad()) {
// only render options that are selected as everything else should be lazy loaded, and or loaded by the form
foreach ($values as $value) {
$options->push(