Skip to content
Snippets Groups Projects
Commit 43e6e5c7 authored by aydreeihn's avatar aydreeihn
Browse files

Merge remote-tracking branch 'kevin/issue/disabled-help-topic' into features_prs/develop-next

parents adf65edc 9b15ec6e
Branches
Tags
No related merge requests found
...@@ -430,8 +430,8 @@ implements TemplateVariable, Searchable { ...@@ -430,8 +430,8 @@ implements TemplateVariable, Searchable {
$this->status_id = $vars['status_id'] ?: 0; $this->status_id = $vars['status_id'] ?: 0;
$this->sla_id = $vars['sla_id'] ?: 0; $this->sla_id = $vars['sla_id'] ?: 0;
$this->page_id = $vars['page_id'] ?: 0; $this->page_id = $vars['page_id'] ?: 0;
$this->isactive = !!$vars['isactive']; $this->isactive = $vars['isactive'];
$this->ispublic = !!$vars['ispublic']; $this->ispublic = $vars['ispublic'];
$this->sequence_id = $vars['custom-numbers'] ? $vars['sequence_id'] : 0; $this->sequence_id = $vars['custom-numbers'] ? $vars['sequence_id'] : 0;
$this->number_format = $vars['custom-numbers'] ? $vars['number_format'] : ''; $this->number_format = $vars['custom-numbers'] ? $vars['number_format'] : '';
$this->flags = $vars['custom-numbers'] ? self::FLAG_CUSTOM_NUMBERS : 0; $this->flags = $vars['custom-numbers'] ? self::FLAG_CUSTOM_NUMBERS : 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment