Don't try to set menu entry on /Ticket pages
authorEmmanuel Lacour <elacour@easter-eggs.com>
Wed, 22 Jan 2014 15:21:44 +0000 (16:21 +0100)
committerEmmanuel Lacour <elacour@easter-eggs.com>
Wed, 22 Jan 2014 15:21:44 +0000 (16:21 +0100)
html/Callbacks/Results-ODS/Elements/Tabs/Privileged

index ec849a6..793d2d1 100644 (file)
@@ -58,7 +58,7 @@ my $query_string = sub {
 
 if (            
      (           
-            $request_path =~ m{^/(?:Ticket|Search)/}
+            $request_path =~ m{^/Search/}
          && $request_path !~ m{^/Search/Simple\.html}
      )       
      || (   $request_path =~ m{^/Search/Simple\.html}