Issues.00100 - lordmundi/wikidoctest GitHub Wiki
00100: script plugin doesn't handle toggles with flags other than HIDE flags
Summary: script plugin doesn't handle toggles with flags other than HIDE flags
Created: 2008–09–09 10:48
Status: Submitted
Category: Bug
From: frankie
Version: 1.1
Released_In:
Description:
When defining toggles in the reconfig file, there is a third parameter for the flag you wish to toggle.
Currently, the plugin only supports toggling VRD_HIDE_NODE and VRD_HIDE_TREE. Trying to toggle another flag such as FLASH or HIGHLIGHT will cause the script to die.
The script should probably be updated to either not attempt the toggle if an incompatible flag is specified, or updated to support all flags.
In the meantime, only use the HIDE flags in the toggle block.