Skip to content

Commit

Permalink
Added the reqHidden attribute to the new attribute to make it hidden.
Browse files Browse the repository at this point in the history
  • Loading branch information
mar235av committed Nov 26, 2024
1 parent 27e6e35 commit cb0024a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attribute.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@
<Attribute id="slack_user" description="Slack user (for Slack only)" authorizingGroup="u_weblogin_admins" type="attribute" reqHidden="true" />
<Attribute id="slack_fname" description="Slack first name (for Slack only)" authorizingGroup="u_weblogin_admins" type="attribute" reqHidden="true" />
<Attribute id="slack_lname" description="Slack last name (for Slack only)" authorizingGroup="u_weblogin_admins" type="attribute" reqHidden="true" />
<Attribute id="gws_groups_unscoped" description="GWS group effective memberships without scope prefix" authorizingGroup="u_weblogin_admins" type="attribute" />
<Attribute id="gws_groups_unscoped" description="GWS group effective memberships without scope prefix" authorizingGroup="u_weblogin_admins" type="attribute" reqHidden="true" />
</Attributes>

0 comments on commit cb0024a

Please sign in to comment.