diff options
Diffstat (limited to 'app/controllers/resources')
| -rw-r--r-- | app/controllers/resources/property.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/resources/property.php b/app/controllers/resources/property.php index e5c18ea..e7e56cf 100644 --- a/app/controllers/resources/property.php +++ b/app/controllers/resources/property.php @@ -172,6 +172,7 @@ class Resources_PropertyController extends AuthenticatedController $this->property->searchable = $this->searchable ? '1' : '0'; $this->property->info_label = $this->info_label ? '1' : '0'; $this->property->range_search = $this->range_search ? '1' : '0'; + $this->property->options = $this->options; if (!$this->property->system) { //The following fields may only be edited |
