File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ =head1 Upgrading to RTIR 6.0
2+
3+ The following describes some of the more significant changes
4+ to RTIR 6.0 from earlier versions. The general L<UPGRADING> document
5+ describes the steps to upgrade from a previous version of RTIR.
6+
7+ To align version numbers more clearly, the initial released version
8+ of RTIR 6 is 6.0.1, which should be run with RT 6.0.1.
9+
10+ =head2 Notable Changes
11+
12+ =over
13+
14+ =item *
15+
16+ The following default RTIR homepage elements have been converted
17+ to RT saved searches and the previous mason templates have been
18+ removed.
19+
20+ html/RTIR/Elements/NewReports
21+ html/RTIR/Elements/UserDueIncidents
22+ html/RTIR/Elements/NobodyDueIncidents
23+ html/RTIR/Elements/DueIncidents
24+
25+ The new saved searches work the same as the previous components.
26+
27+ Previously you could customized the content of these components using the
28+ C<%RTIRSearchResultFormats> option by setting custom formats for C<NewReports>
29+ or C<DueIncidents> entries. You can now modify this format directly in
30+ the web UI by editing the saved search.
31+
32+ =item *
33+
34+ As with core RT, saved searches, including the ones noted above, can now be
35+ configured to refresh automatically. This new feature replaces the Refresh
36+ component on the home page that refreshed the entire page.
37+
38+ See the RT 6 upgrading documentation for details on the update to refresh
39+ features.
40+
41+ =back
42+
43+ =cut
You can’t perform that action at this time.
0 commit comments