Hi all,
I’ve just posted a minor update to TsGui. This fixes a bug with option linking. If you use an option linking query as the result for an IfElse query, an update to the source option wouldn’t trigger a re-evaluation on the target. An example of an effected config is as follows:
<Query Type="IfElse"> <IF> <Source> <Query Type="OptionValue"> <ID Name="Customise_ID"/> </Query> </Source> <Ruleset> <Rule Type="Equals">TRUE</Rule> </Ruleset> <Result> <Query Type="OptionValue"> <ID Name="TimeZoneName_ID"/> </Query> </Result> </IF> </Query>
This was a one line fix, so if you’re not affected by this particular behaviour, you won’t need to update.
Any issues or queries just get in touch.
Cheers,
Mike.
0 Comments