Update configuration syntax to RT >= 4
[manu/RT-Extension-Drafts.git] / README.patch
1 This extension require a callback that is not yet present (at RT 4.0.0 time) in share/html/Ticket/Display.html.
2
3 To add it, got to /path/to/your/rt, then run the following command:
4
5 For RT 4.0.0:
6 patch -p1 < /path/to/this/extension/rt-4.0.0-AfterMessageBox.patch
7
8 For RT 3.8.10:
9 patch -p1 < /path/to/this/extension/rt-3.8.10-AfterMessageBox.patch
10