[Bps-public-commit] rt-extension-jsgantt branch, master, updated. 1.05-1-gb987793
? sunnavy
sunnavy at bestpractical.com
Fri Jul 17 10:30:14 EDT 2020
The branch, master has been updated
via b987793f6274dfe9a54df120e82b9ee4b9b62c9a (commit)
from b259234bf88d625484576452b5ebf00216d18d2f (commit)
Summary of changes:
README | 2 +-
lib/RT/Extension/JSGantt.pm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit b987793f6274dfe9a54df120e82b9ee4b9b62c9a
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Jul 17 22:28:53 2020 +0800
Update RT path to /opt/rt5 in mason cache command for RT 5
diff --git a/README b/README
index 7e5daee..4ffc428 100644
--- a/README
+++ b/README
@@ -23,7 +23,7 @@ INSTALLATION
or add RT::Extension::JSGantt to your existing @Plugins line.
Clear your mason cache
- rm -rf /opt/rt4/var/mason_data/obj
+ rm -rf /opt/rt5/var/mason_data/obj
Restart your webserver
diff --git a/lib/RT/Extension/JSGantt.pm b/lib/RT/Extension/JSGantt.pm
index b895499..f87e23a 100644
--- a/lib/RT/Extension/JSGantt.pm
+++ b/lib/RT/Extension/JSGantt.pm
@@ -81,7 +81,7 @@ or add C<RT::Extension::JSGantt> to your existing C<@Plugins> line.
=item Clear your mason cache
- rm -rf /opt/rt4/var/mason_data/obj
+ rm -rf /opt/rt5/var/mason_data/obj
=item Restart your webserver
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list