fix: disambiguate DirectorySelectRow (101) and feedback (104) descriptions

Both analog 101 (FromSIMPL select) and analog 104 (ToSIMPL feedback echo)
were described "Directory Select Row and Feedback", implying the feedback
was on 101. Clarified: 101 = "Directory Select Row"; 104 = "Directory
Selected Row FB".

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
anthony-lopez-pd 2026-06-09 17:16:23 -04:00
parent dff50ea544
commit 72c948e760

View file

@ -1370,7 +1370,7 @@ namespace PepperDash.Essentials.Core.Bridges.JoinMaps;
},
new JoinMetadata
{
Description = "Directory Select Row and Feedback",
Description = "Directory Select Row",
JoinCapabilities = eJoinCapabilities.FromSIMPL,
JoinType = eJoinType.Analog
});
@ -1413,7 +1413,7 @@ namespace PepperDash.Essentials.Core.Bridges.JoinMaps;
},
new JoinMetadata
{
Description = "Directory Select Row and Feedback",
Description = "Directory Selected Row FB",
JoinCapabilities = eJoinCapabilities.ToSIMPL,
JoinType = eJoinType.Analog
});