Skip to content

Commit

Permalink
Added channel.save!
Browse files Browse the repository at this point in the history
  • Loading branch information
ralf401 committed Sep 18, 2023
1 parent 159ce3a commit f74fe87
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions channels/email/email-headers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,5 +200,11 @@ Add the ``"trusted"=>true`` flag for the inbound part of the channel:
>> options[:inbound][:trusted] = true
Save your changes:

.. code-block:: ruby
>> channel.save!
.. _console: https://docs.zammad.org/en/latest/admin/console.html

8 changes: 7 additions & 1 deletion locale/admin-docs.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zammad pre-release\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-18 09:00+0200\n"
"POT-Creation-Date: 2023-09-18 09:46+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -1577,6 +1577,12 @@ msgstr ""
msgid "Add the ``\"trusted\"=>true`` flag for the inbound part of the channel:"
msgstr ""

#: ../channels/email/email-headers.rst:203
#: ../channels/email/email-headers.rst:203
#: ../channels/email/email-headers.rst:203
msgid "Save your changes:"
msgstr ""

#: ../channels/email/filters.rst:2
#: ../channels/email/filters.rst:2
#: ../channels/email/filters.rst:2
Expand Down

0 comments on commit f74fe87

Please sign in to comment.