Skip to content

Commit

Permalink
Fixes #695 - Added missing permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ralf401 authored Nov 7, 2024
1 parent 582b24c commit 21e48a0
Show file tree
Hide file tree
Showing 8 changed files with 253 additions and 130 deletions.
Binary file modified images/manage/roles/permissions-admin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/manage/roles/permissions-agent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/manage/roles/permissions-user-preferences.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
346 changes: 217 additions & 129 deletions locale/admin-docs.pot

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions manage/roles/admin-permissions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ tickets, see :doc:`agent permissions <agent-permissions>` and
* - ``admin.channel_chat``
- :doc:`Channels > Chat </channels/chat>`
- Accessing chat for agents: ``chat.agent``
* - ``admin.checklist``
- :doc:`Manage > Checklist </manage/checklist>`
-
* - ``admin.channel_email``
- :doc:`Channels > Email </channels/email/index>`
-
Expand Down Expand Up @@ -77,6 +80,9 @@ tickets, see :doc:`agent permissions <agent-permissions>` and
* - ``admin.channel_web``
- :doc:`Channels > Web </channels/web>`
-
* - ``admin.channel_whatsapp``
- :doc:`Channels > Whatsapp </channels/whatsapp/index>`
-
* - ``admin.core_workflows``
- :doc:`System > Core Workflows </system/core-workflows>`
-
Expand Down Expand Up @@ -115,6 +121,9 @@ tickets, see :doc:`agent permissions <agent-permissions>` and
* - ``admin.overview``
- :doc:`Manage > Overviews</manage/overviews>`
-
* - ``admin.public_links``
- :doc:`Manage > Public Links </manage/public-links>`
-
* - ``admin.package``
- :doc:`System > Packages </system/packages>`
-
Expand All @@ -139,6 +148,9 @@ tickets, see :doc:`agent permissions <agent-permissions>` and
* - ``admin.sla``
- :doc:`Manage > SLAs </manage/slas/index>`
-
* - ``admin.system_report``
- :doc:`System > System Report </system/system-report>`
-
* - ``admin.tag``
- :doc:`Manage > Tags </manage/tags>`
-
Expand All @@ -151,6 +163,18 @@ tickets, see :doc:`agent permissions <agent-permissions>` and
* - ``admin.ticket``
- :doc:`Settings > Tickets </settings/ticket>`
- Does not grant access to :doc:`/misc/composer`
* - ``admin.ticket_auto_assignment``
- :ref:`Settings > Ticket > Auto Assignment <auto_assignment>`
-
* - ``admin.ticket_duplicate_detection``
- :ref:`Settings > Ticket > Duplicate Detection <duplicate_detection>`
-
* - ``admin.ticket_priority``
- :ref:`System > Objects >Ticket Priority <ticket-priority-reference>`
-
* - ``admin.ticket_state``
- :ref:`System > Objects >Ticket State <ticket-state-reference>`
-
* - ``admin.time_accounting``
- :doc:`Manage > Time Accounting </manage/time-accounting>`
- Also allows the export of timekeeping records.
Expand All @@ -166,3 +190,6 @@ tickets, see :doc:`agent permissions <agent-permissions>` and
| customers, but they can't modify permission etc.
| 🏴‍☠️ This permission allows users to
:ref:`hijack other user sessions <view-from-users-perspective>` .
* - ``admin.webhook``
- :doc:`Manage > Webhook </manage/webhook>`
-
6 changes: 5 additions & 1 deletion manage/roles/user-preferences-permissions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ User Preferences Permissions
.. figure:: /images/manage/roles/permissions-user-preferences.png
:alt: User preferences permissions in the New Role dialog
:align: center
:scale: 60%
:scale: 80%

User preferences permissions are shown at the bottom of the
New Role dialog...
Expand All @@ -40,6 +40,10 @@ User Preferences Permissions
| Zammad via :docs:`REST API </api/intro.html>`
- | Generated tokens will never have more permissions
| than the user that generated them.
* - ``user_preferences.appearance``
- Appearance configuration
- | Users can switch between dark, light and
| automatic mode.
* - ``user_preferences.avatar``
- Avatar settings
- Override the default Gravatar with a custom avatar
Expand Down
2 changes: 2 additions & 0 deletions settings/ticket.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ Default Notifications
In case you want to go back to the initial state of ticket notifications, you
can click on **Reset to default** button.

.. _duplicate_detection:

Duplicate Detection
-------------------

Expand Down
2 changes: 2 additions & 0 deletions system/objects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ Ticket state example
:scale: 80%
:align: center

.. _ticket-priority-reference:

Ticket Priority
^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 21e48a0

Please sign in to comment.