X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-Drafts.git;a=blobdiff_plain;f=README.patch;fp=README.patch;h=6ae26eb7c3fb2c45e04ee3346ba5badaa79e0bfe;hp=0000000000000000000000000000000000000000;hb=5e61c7dcc44296347675fc21a4c49e26b15c247f;hpb=3efd3a44c64b6682019fbb4c50989b003553ca78 diff --git a/README.patch b/README.patch new file mode 100644 index 0000000..6ae26eb --- /dev/null +++ b/README.patch @@ -0,0 +1,10 @@ +This extension require a callback that is not yet present (at RT 4.0.0 time) in share/html/Ticket/Display.html. + +To add it, got to /path/to/your/rt, then run the following command: + +For RT 4.0.0: +patch -p1 < /path/to/this/extension/rt-4.0.0-AfterMessageBox.patch + +For RT 3.8.10: +patch -p1 < /path/to/this/extension/rt-3.8.10-AfterMessageBox.patch +