diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-03-08 14:47:53 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-03-08 14:47:53 +0000 |
| commit | 5abf2cde406242014c355c151dd1098ffa2216de (patch) | |
| tree | 84aa582403613477848f1c31b20258730a2b2612 /app/controllers/resources | |
| parent | 99bcd10222eada6276f8c44519c3862812c47e64 (diff) | |
fixes #3783
Closes #3783
Merge request studip/studip!2657
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 |
