[Rt-commit] rtir branch 5.0-trunk updated. 5.0.1-39-gdfb732fd
BPS Git Server
git at git.bestpractical.com
Fri Dec 10 21:59:55 UTC 2021
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rtir".
The branch, 5.0-trunk has been updated
via dfb732fd057e731aa911b2aa6535ecdf47911915 (commit)
via 7fdc9b59c2db613f9d14ce69252ac43140de3834 (commit)
via 09bb5006329c3511d8aeba17dfe178c8f7c2e1f4 (commit)
from a7454ef4ee47b5c85e0e978a6fd5f64f85fa5e6c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit dfb732fd057e731aa911b2aa6535ecdf47911915
Merge: a7454ef4 7fdc9b59
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Fri Dec 10 16:56:17 2021 -0500
Merge branch '5.0/class-templates-exclude-content-cf' into 5.0-trunk
commit 7fdc9b59c2db613f9d14ce69252ac43140de3834
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Fri Dec 10 16:51:03 2021 -0500
Document deselecting the Content CF
diff --git a/docs/UPGRADING-5.0 b/docs/UPGRADING-5.0
index f912a9f9..b853f1a8 100644
--- a/docs/UPGRADING-5.0
+++ b/docs/UPGRADING-5.0
@@ -172,6 +172,20 @@ All users can see the default System dashboard set for RTIR. If you
want to allow users to see other System dashboards, grant the
"SeeDashboard" right. This is not done automatically with the upgrade.
+=item * RT's Default Article Content Custom Field is Deselected
+
+When initially installing RT, a global custom field Content is created
+and applied to Articles. RTIR also creates an Article custom field on
+installation, called Response. The default DutyTeam group has rights to
+use the Response CF, but not the Content CF and typically for boilerplate
+email responses you need only one custom field. The extra CF can also cause
+issues with automatically inserting content on the ticket reply page.
+
+As part of this update, we deselect the Content CF from the Templates
+class, which is the default for RTIR. This should make the Response CF
+work as intended. If you are using the Content CF in some way, you
+can edit the Templates class configuration and enable it again.
+
=back
=cut
-----------------------------------------------------------------------
Summary of changes:
docs/UPGRADING-5.0 | 14 ++++++++++++++
etc/initialdata | 12 ++++++++++--
etc/upgrade/5.0.2/content | 13 +++++++++++++
3 files changed, 37 insertions(+), 2 deletions(-)
hooks/post-receive
--
rtir
More information about the rt-commit
mailing list