From 82387923a0724534487bb459f7311f259f91278c 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 689a6bdd1d1..89d6d11c152 100644 --- a/app/controllers/resources/property.php +++ b/app/controllers/resources/property.php @@ -167,6 +167,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