DeskDirector / Issues

Issue Tracker for DeskDirector
2 stars 0 forks source link

[24015] When creating a macro, the second identical token does not populate. #203

Closed iskolares closed 3 years ago

iskolares commented 3 years ago

When creating a macro that uses the same token more than once, the second token does not populate.

Here is a screenshot of a sample macro that uses {{contact.name.name}} twice: Screenshot 2020-11-18 090241

Here's a screen recording showing the macro tested. It shows it populates Kenny Dalglish on the first variable, but only appears as {{contact.name.name}} on the second identical token. Macro

Nness commented 3 years ago

It has been fixed in TECH portal release 1.31.3.

Same release also come with advanced token recognition system. Where it is no longer case sensitive, and can have suffix or prefix spaces. e.g. {{ Contact.NAME }} should now working same as {{contact.name}}