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
Currently in a spot where config contains a list of unnamed maps as shown below, only the last one is being added in the output as3 declaration. I currently know of only one as3-supported field formatted like this - in ltm profile fix; unsure if there are any other.
Environment
Summary
Currently in a spot where config contains a list of unnamed maps as shown below, only the last one is being added in the output as3 declaration. I currently know of only one as3-supported field formatted like this - in
ltm profile fix
; unsure if there are any other.Steps To Reproduce
Steps to reproduce the behavior:
Notice how the SenderTagMappingList field contains only one entry.
Expected Behavior
SenderTagMappingList should include references to both data groups.
Actual Behavior
Only one key is included as shown in the example above above.
Note how in the 'recognized' (parsed?) config json returned via the api, only one field is present as well:
Likely just an issue with the parser overwriting 'duplicate' empty keys in the
sender-tag-class
collection.The text was updated successfully, but these errors were encountered: