From 5abf2cde406242014c355c151dd1098ffa2216de Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+studip@gmail.com> Date: Fri, 8 Mar 2024 14:47:53 +0000 Subject: [PATCH] fixes #3783 Closes #3783 Merge request studip/studip!2657 --- app/controllers/resources/property.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/resources/property.php b/app/controllers/resources/property.php index e5c18ea0535..e7e56cfee3e 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 -- GitLab