[Rt-commit] rtir branch, 4.2/restore-previous-menu, updated. 4.0.1rc1-117-g9cba4051

Jim Brandt jbrandt at bestpractical.com
Thu Apr 9 11:47:48 EDT 2020


The branch, 4.2/restore-previous-menu has been updated
       via  9cba405174a8aba1238ec29f411712c1b6aa2aa0 (commit)
       via  4c00b48af0fa0a7b636de0642c8690e55ca53b66 (commit)
      from  0bb467794a8a5fee45a68870d7f43e4a7579ad9a (commit)

Summary of changes:
 docs/UPGRADING-5.0                           | 22 ++++++++++++++++++++++
 html/Callbacks/RTIR/Elements/Tabs/Privileged |  2 +-
 2 files changed, 23 insertions(+), 1 deletion(-)
 create mode 100644 docs/UPGRADING-5.0

- Log -----------------------------------------------------------------
commit 4c00b48af0fa0a7b636de0642c8690e55ca53b66
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Thu Apr 9 11:18:46 2020 -0400

    Align menu item with queue name for Incident Reports

diff --git a/html/Callbacks/RTIR/Elements/Tabs/Privileged b/html/Callbacks/RTIR/Elements/Tabs/Privileged
index f932345b..75211dd2 100644
--- a/html/Callbacks/RTIR/Elements/Tabs/Privileged
+++ b/html/Callbacks/RTIR/Elements/Tabs/Privileged
@@ -95,7 +95,7 @@ $root->child(
     path => RT::IR->HREFTo('CreateInQueue.html?Lifecycle='.RT::IR->lifecycle_incident, IncludeWebPath => 0),
 );
 $root->child(
-    reports => title => loc('Reports'),
+    reports => title => loc('Incident Reports'),
     path => RT::IR->HREFTo('Search/Results.html?Lifecycle='. RT::IR->lifecycle_report, IncludeWebPath => 0)
 )->child(
     create => title => loc('Create'),

commit 9cba405174a8aba1238ec29f411712c1b6aa2aa0
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Thu Apr 9 11:47:28 2020 -0400

    Explain menu change in UPGRADING doc

diff --git a/docs/UPGRADING-5.0 b/docs/UPGRADING-5.0
new file mode 100644
index 00000000..e4e5d081
--- /dev/null
+++ b/docs/UPGRADING-5.0
@@ -0,0 +1,22 @@
+=head1 Upgrading to 5.0
+
+The following describes some of the key components of the upgrade
+to RTIR 5.0 from earlier versions. The other UPGRADING documents contain
+details for previous versions.
+
+=head2 Notable Changes
+
+=over
+
+=item *
+
+In RTIR 4.0, we modified the menu display to move each queue to a
+top level menu item when working inside RTIR. Each menu ended up
+having just a "Create" entry and we haven't found new menu items
+to add for each queue. This change made it harder to access the
+default RT menus, so we have reverted to the previous configuration
+with a single RTIR menu item containing relevant links.
+
+=back
+
+=cut

-----------------------------------------------------------------------


More information about the rt-commit mailing list