Skip to content
Snippets Groups Projects
Commit 5abf2cde authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #3783

Closes #3783

Merge request !2657
parent 99bcd102
No related branches found
No related tags found
No related merge requests found
...@@ -172,6 +172,7 @@ class Resources_PropertyController extends AuthenticatedController ...@@ -172,6 +172,7 @@ class Resources_PropertyController extends AuthenticatedController
$this->property->searchable = $this->searchable ? '1' : '0'; $this->property->searchable = $this->searchable ? '1' : '0';
$this->property->info_label = $this->info_label ? '1' : '0'; $this->property->info_label = $this->info_label ? '1' : '0';
$this->property->range_search = $this->range_search ? '1' : '0'; $this->property->range_search = $this->range_search ? '1' : '0';
$this->property->options = $this->options;
if (!$this->property->system) { if (!$this->property->system) {
//The following fields may only be edited //The following fields may only be edited
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment