From 476c6629a987e06bee7f472162a38aa208750662 Mon Sep 17 00:00:00 2001 From: Ralf Schmid Date: Tue, 19 Sep 2023 15:11:43 +0200 Subject: [PATCH] Fixes #351 - Redacted status color --- admin/console/working-on-tickets.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/console/working-on-tickets.rst b/admin/console/working-on-tickets.rst index ae90ab11..f650d35b 100644 --- a/admin/console/working-on-tickets.rst +++ b/admin/console/working-on-tickets.rst @@ -77,8 +77,8 @@ as of now are: ``name``, ``default_create`` and ``ui_color``. .. note:: ``ui_color`` defines the CSS class to use. On default installations - you can either use ``low-priority`` (light blueish) or ``important`` - (redish). This affects how Zammad displays the ticket titles + you can either use ``low-priority`` (light blue) or ``high-priority`` + (red). This affects how Zammad displays the ticket titles *in overviews*. .. code-block:: ruby @@ -86,7 +86,7 @@ as of now are: ``name``, ``default_create`` and ``ui_color``. >> Ticket::Priority.create( name: '4 super high', default_create: false, - ui_color: 'important', + ui_color: 'high-priority', created_by_id: 1, updated_by_id: 1 )