[Rt-commit] rtir branch, 5.0/unread-messages, created. 4.0.1rc1-118-g904bf3c4
Jim Brandt
jbrandt at bestpractical.com
Wed Apr 15 10:34:01 EDT 2020
The branch, 5.0/unread-messages has been created
at 904bf3c4b6f8d918697086907bfd65bff79e50d1 (commit)
- Log -----------------------------------------------------------------
commit bb3cca0cf7bb2b886dd34a8e8d211673eb904d41
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Wed Apr 15 10:00:14 2020 -0400
Update for new rt_too_new setting
diff --git a/META.yml b/META.yml
index dc5089b4..6073e45b 100644
--- a/META.yml
+++ b/META.yml
@@ -35,4 +35,4 @@ resources:
version: 4.0.1rc1
x_module_install_rtx_version: '0.40'
x_requires_rt: 4.6.0
-x_rt_too_new: 4.8.0
+x_rt_too_new: 5.2.0
commit 904bf3c4b6f8d918697086907bfd65bff79e50d1
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Wed Apr 15 10:11:33 2020 -0400
Convert UpdateStatus to new RT UnreadMessages
The new option shows the number of updates since the user
last viewed the ticket which is more useful than the previous
Yes/No display.
diff --git a/etc/RTIR_Config.pm b/etc/RTIR_Config.pm
index b0534476..ccd90862 100644
--- a/etc/RTIR_Config.pm
+++ b/etc/RTIR_Config.pm
@@ -457,7 +457,7 @@ Set(%RTIRSearchResultFormats,
DueIncidents =>
q{'<b><a href="__RTIRTicketURI__">__id__</a></b>/TITLE:#',}.
- q{'<b><a href="__RTIRTicketURI__">__Subject__</a></b>/TITLE:Subject',DueRelative,OwnerName,'UpdateStatus/TITLE:Updates'},
+ q{'<b><a href="__RTIRTicketURI__">__Subject__</a></b>/TITLE:Subject',DueRelative,OwnerName,'UnreadMessages/TITLE:Updates'},
AbandonIncidents =>
q{'<b><a href="__RTIRTicketURI__">__id__</a></b>/TITLE:#',}.
-----------------------------------------------------------------------
More information about the rt-commit
mailing list