Skip to content

Commit

Permalink
set org displayName to group displayName
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Jul 25, 2023
1 parent 0a1a9cb commit 2e26ebf
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
oid="fb0bbf07-e33f-4ddd-85a1-16a7edc237f2">

<name>Source: Groups-New</name>
<name>Source: Groups</name>

<!--
<abstract>true</abstract>
Expand Down Expand Up @@ -204,11 +204,6 @@

<attribute>
<ref>ri:group_name</ref>
<inbound>
<target>
<path>$focus/displayName</path>
</target>
</inbound>
<inbound>
<strength>strong</strength>
<target>
Expand Down Expand Up @@ -252,6 +247,11 @@
<target>
<path>extension/grouperDisplayName</path>
</target>
</inbound>
<inbound>
<target>
<path>$focus/displayName</path>
</target>
</inbound>
</attribute>
<attribute>
Expand Down

0 comments on commit 2e26ebf

Please sign in to comment.