Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1.0
-
Fix Version/s: 2.2.0
-
Component/s: Activity - Beanshell
-
Labels:None
-
Familiarity:Totally familiar
Description
When making invalid port names in a Beanshell script, such as two input ports called 'in1', T2-976 checks for uniqueness and gives an error message.
This does however only happen if you click Apply, if you click Close and select Yes then the invalid configuration is used anyway.
This can be an advantage for overriding the bug T2-1127, but also allows truly duplicate port names which is not a good thing.
Proposed solution:
1. Modify Activity Configuration Dialog
Proposed testing:
Try invalid ports in RShell and Beanshell. Check they are intercepted both at apply and close.

Confirmed that the check is done and the configuration not saved if the ports are not unique