Skip to content

Commit

Permalink
(chocolatey#1028) Fix emoticons in roles.mdx
Browse files Browse the repository at this point in the history
- replace ⚙️ with unicode gear ⚙ emoticon
- replace 💾 with unicode floppy disk 💾 emoticon
  • Loading branch information
LeaDevelop committed Sep 26, 2024
1 parent 9a28fe1 commit 2794a78
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ Next you'll want to click over to Permissions. This window will allow you to sel

![Creating New Role Setting Permissions](/images/ccm-playwright/administration/roles/modal-new-role-tab-permissions.png)

Click :floppy_disk: **Save** to close the window and create the new role.
Click 💾 **Save** to close the window and create the new role.

## Editing a Role

<Callout type="info">
If you do not see the **Edit** menu entry or the :gear: **Actions** buttons, please see your Administrator to determine if your account has the _Edit Roles_ permission.
If you do not see the **Edit** menu entry or the **Actions** buttons, please see your Administrator to determine if your account has the _Edit Roles_ permission.
</Callout>

On the main Roles page, find the role you want to edit.
You can also use _Select Permissions (0)_ to filter the Roles listed based on them having the permissions you select.

Select the :gear: **Actions** button on the left-hand side of the role, and then select **Edit** to open the _Edit Group_ window.
Select the **Actions** button on the left-hand side of the role, and then select **Edit** to open the _Edit Group_ window.

![Edit menu entry in role actions flyout menu](/images/ccm-playwright/administration/roles/table-row-button-action-dropdown-menu-edit.png)

Expand All @@ -48,14 +48,14 @@ From the **Edit Role** window, you can modify the name, set it to be the Default
## Deleting a Role

<Callout type="info">
If you do not see the **Delete** menu entry or the :gear: **Actions** buttons, please see your Administrator to determine if your account has the _Edit Roles_ permissions.
If you do not see the **Delete** menu entry or the **Actions** buttons, please see your Administrator to determine if your account has the _Edit Roles_ permissions.

Roles labelled **Static** cannot be deleted.

You cannot delete a Role if the account you are using also has the Role assigned to it.
</Callout>

On the main Roles page, find the role you want to delete. You can also use _Select Permissions (0)_ to filter the roles listed based on permission. Similar to the [Edit Role](#editing-a-role) action, select the :gear: **Actions** button on the left-hand side of the role, and select **Delete**. You will be prompted to confirm the deletion.
On the main Roles page, find the role you want to delete. You can also use _Select Permissions (0)_ to filter the roles listed based on permission. Similar to the [Edit Role](#editing-a-role) action, select the **Actions** button on the left-hand side of the role, and select **Delete**. You will be prompted to confirm the deletion.

## Pre-Configured Roles

Expand Down

0 comments on commit 2794a78

Please sign in to comment.