Details
-
Type:
Problem report
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 3.0.28, 4.0.9
-
Fix Version/s: 4.0.13rc1, 4.2.7rc1, 4.4.0alpha3, 4.4 (plan)
-
Component/s: API (A)
-
Labels:
-
Team:Team D
-
Sprint:Sprint 56 (Sep 2019), Sprint 55 (Aug 2019), Sprint 54 (Jul 2019)
-
Story Points:1
Description
Steps to reproduce:
- Export a template, then open with a text editor and make some change with a trigger expression like below:
For instance: modify from {HOST.item.last()}>1 to {HOST.item.last()}>0
- Import this changed template to the original environment with option like Screen Shot 2019-07-08 at 11.01.58.png
- You will find the modified trigger expression[>0] was added and the old expression[>1] was also remained.
Result:
See Screen Shot 2019-07-08 at 11.21.58.png
Expected:
See Screen Shot 2019-07-08 at 11.22.50.png
When you import the changed template with option like Screen Shot 2019-07-08 at 11.06.32.png, only the new trigger expression[>0] was added.The most concern is the different behavior between checking and not checking "Update exising" option when import a template using "Delete missing" option.