-
Problem report
-
Resolution: Fixed
-
Trivial
-
7.0.3rc1, 7.2.0alpha1
-
S24-W34/35, S24-W36/37
-
0.7
Steps to reproduce:
- Create user macro: {$TEST} = VALUE
- Re-name one of the active items, change name to: {{$TEST}.regsub("VALUE", "TEST")}
- Save the changes
- Open Monitoring-> Latest data
- Check that name of the item is "TEST"
- Edit the same item
- Change the name to: Item name {{$TEST}.regsub("VALUE", "TEST")}
- See the result in Latest data
Result:
The macro function is not having any affect on the item's name, the item name is: Item name VALUE.
Expected:
Macro function should work as expected, and item's name should change to: Item name TEST.