You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that I am running the latest version of the COMET-SDK
I have searched open and closed issues to ensure it has not already been reported
Description
Original message from Stephan Jahnke who found the issue:
FYI, I found a solution/workaround to this problem via checking whether ElementUsage.ParameterOverride List already contains a ParameterOverride for the selected ParameterType.
My first idea to check
If(nestedParameter.AssociatedParameter is ParameterOverride) always returned false, as AssociatedParameter always seems to be of type Parameter, even if an ParameterOverride already exists.
According to the docs this could also be a ParameterSubscription, or ParameterOverrride.
Please check and fix accordingly.
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
Original message from Stephan Jahnke who found the issue:
According to the docs this could also be a ParameterSubscription, or ParameterOverrride.
Please check and fix accordingly.
The text was updated successfully, but these errors were encountered: