mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-07-02 10:38:16 +00:00
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:
parent
dff50ea544
commit
72c948e760
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue