[rt-users] modifying SelfService

Matt Zagrabelny mzagrabe at d.umn.edu
Fri Nov 4 09:46:08 EDT 2016


Heya,


On Fri, Nov 4, 2016 at 8:10 AM, Stehlík Tomáš <stehlik at oaza-net.cz> wrote:
> Hello,
>
>
>
> I have one stupid question – I am trying modify SelfService portal but i am
> facing that changes into html files are not affecting on the pages.
>
>
>
> For example, modifying
>
>
>
> /opt/rt4/share/html/SelfService/Elements/MyRequests
>
>
>
> I tried to change
>
>
>
> my $Query = "( Watcher.id = $id )";
>
>
>
> to
>
>
>
> my $Query = "( Watcher.id = 2 )";
>
>
>
> (to just see what happens)
>
>
>
> And it’s still same (it shows me only my tickets). Even when I change

You probably need to clear your mason cache:

sudo find /opt/rt4/var/mason_data/obj -mindepth 1 -delete
sudo service apache2 restart

-m



More information about the rt-users mailing list