Skip to content

Commit

Permalink
Fixes #351 - Redacted status color
Browse files Browse the repository at this point in the history
  • Loading branch information
ralf401 committed Sep 19, 2023
1 parent 6c7ce7e commit 9eddcbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin/console/working-on-tickets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,16 @@ 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
>> 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
)
Expand Down

0 comments on commit 9eddcbe

Please sign in to comment.