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
[MODULES-10781] Fix defined type defined_with_params()
An edge case was missed previously where calling the
defined_with_params() function from inside a defined type on another
instance of the same defined type would always return a match because it
would match against itself.
This updates the code to ignore itself and also adds a debug line output
for any resource that was matched.
MODULES-10781 #close
0 commit comments