Subject: | Issues running patch |
Date: | Sat, 22 Jul 2017 05:02:52 +0000 |
To: | "bug-RT-Extension-ExcelFeed [...] rt.cpan.org" <bug-RT-Extension-ExcelFeed [...] rt.cpan.org> |
From: | Scott Aber <Scott.Aber [...] erg.com> |
I installed the ExcelFeed plugin but continue to run into issues applying the below step per the directions.
patch -p1 -d /path/to/rt < etc/tabs_privileged_callback_44.patch
The error returned is:
Hunk #3 FAILED at 1108.
1 out of 3 hunks FAILED -- saving rejects to file share/html/Elements/Tabs.rej
Tabs.rej indicates:
--- share/html/Elements/Tabs
+++ share/html/Elements/Tabs
@@ -1108,7 +1109,7 @@
PageMenu()->child( edit => title => loc('Edit'), path => '/Prefs/MyRT.html' );
}
- $m->callback( CallbackName => 'Privileged', Path => $request_path, ARGSRef => \%ARGS );
+ $m->callback( CallbackName => 'Privileged', Path => $request_path, ARGSRef => \%ARGS, Search_Args => $args, Has_Query => $has_query );
};
my $build_selfservice_nav = sub {
This is occurring in RT version 4.4.1 installed on Ubuntu 12.04.5. perl -v reveals:
This is perl 5, version 14, subversion 2 (v5.14.2) built for x86_64-linux-gnu-thread-multi
I can currently see the Excel option in Dashboards > Subscriptions, but not in the Feeds menu.
Any help or direction would be greatly appreciated.
Thanks!
Scott