Skip to content
Snippets Groups Projects
Commit 9b15ec6e authored by JediKev's avatar JediKev
Browse files

issue: Disabled & Private Help Topic

This addresses issue 3538 where upon adding a new Help Topic that is
Disabled and Private/Internal the settings do not save. Instead the Help
Topic will be Active and Public always. This happens because the way we
assign them to variables is with "double not" operators `!!`. These return
true/false values which is not what we need. We need the actual integer
for the status and type. This removes the "double not" operators to assign
the correct integer value to the variables so that the correct status and
type is saved.
parent acac3707
No related branches found
No related tags found
Loading
Loading
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