<div dir="ltr"><div><div><div><div><div><div><div><div><div>I'd also add that you may want to not touch the files in the share directory. You may have a reason for doing it this way that I missed in your message, but generally, RT likes you to copy these files and then modify the copies. This is called an "overlay".<br><a href="https://rt-wiki.bestpractical.com/wiki/CustomizingWithOverlays">https://rt-wiki.bestpractical.com/wiki/CustomizingWithOverlays</a><br><br></div>You'll want to copy any files you want to change into [rt_home]/local/html/[original path]. Modify those files, clear your Mason cache, restart your server, and your changes will take effect. The advantage is not only that you have the original file, but that you can revert to it simply by renaming or erasing your modified version.<br><br></div>To change share/html/Tickets/Elements/ShowPriority, for instance, you'd do:<br><br></div>cd /opt/rt4/local<br></div>mkdir html<br></div>cd html<br></div>mkdir Tickets<br></div><div>cd Tickets<br></div><div>mkdir Elements<br></div>cd Elements<br></div>cp /opt/rt4/share/html/Tickets/Elements/ShowPriority .<br><br></div>You now have a copy of ShowPriority that you can modify as much as you want.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 4, 2016 at 9:46 AM, Matt Zagrabelny <span dir="ltr"><<a href="mailto:mzagrabe@d.umn.edu" target="_blank">mzagrabe@d.umn.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Heya,<br>
<span class=""><br>
<br>
On Fri, Nov 4, 2016 at 8:10 AM, Stehlík Tomáš <<a href="mailto:stehlik@oaza-net.cz">stehlik@oaza-net.cz</a>> wrote:<br>
> Hello,<br>
><br>
><br>
><br>
> I have one stupid question – I am trying modify SelfService portal but i am<br>
> facing that changes into html files are not affecting on the pages.<br>
><br>
><br>
><br>
> For example, modifying<br>
><br>
><br>
><br>
> /opt/rt4/share/html/<wbr>SelfService/Elements/<wbr>MyRequests<br>
><br>
><br>
><br>
> I tried to change<br>
><br>
><br>
><br>
> my $Query = "( Watcher.id = $id )";<br>
><br>
><br>
><br>
> to<br>
><br>
><br>
><br>
> my $Query = "( Watcher.id = 2 )";<br>
><br>
><br>
><br>
> (to just see what happens)<br>
><br>
><br>
><br>
> And it’s still same (it shows me only my tickets). Even when I change<br>
<br>
</span>You probably need to clear your mason cache:<br>
<br>
sudo find /opt/rt4/var/mason_data/obj -mindepth 1 -delete<br>
sudo service apache2 restart<br>
<span class="HOEnZb"><font color="#888888"><br>
-m<br>
</font></span><div class="HOEnZb"><div class="h5">---------<br>
RT 4.4 and RTIR training sessions, and a new workshop day! <a href="https://bestpractical.com/training" rel="noreferrer" target="_blank">https://bestpractical.com/<wbr>training</a><br>
* Los Angeles - January 9-11 2017</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div>Alex Hall<br></div>Automatic Distributors, IT department<br></div><a href="mailto:ahall@autodist.com" target="_blank">ahall@autodist.com</a><br></div></div>
</div>