[rt-users] R: Autocomplete feature for unprivileged users (AllowUserAutocompleteForUnprivileged?)

2012-06-12 Thread Scotto Alberto
I DID IT

Set($SelfServiceRegex, qr!^(?:/+(SelfService|Helpers/Autocomplete)/)!x );

I'm not a perl regex expert at all, but it works! Or so it seems!
I'm afraid it's too easy to be correct, so, please, tell me if it's fine.

Thank you so much!!!



Da: rt-users-boun...@lists.bestpractical.com 
[rt-users-boun...@lists.bestpractical.com] per conto di Thomas Sibley 
[t...@bestpractical.com]
Inviato: martedì 29 maggio 2012 14.57
A: rt-users@lists.bestpractical.com
Oggetto: Re: [rt-users] R: Autocomplete feature for unprivileged users  
(AllowUserAutocompleteForUnprivileged?)

On 05/29/2012 08:50 AM, SCOTTO Alberto (Consultant) (FIAT POWERTRAIN
TECHNOLOGIES) wrote:
 Thank you very much for the link!
 It's a feature very useful for end users, so when I have time, I'll try to 
 figure out how to solve the problem (I see a solution already exists, I'll 
 see if it works on RT4).

FWIW, the autocomplete feature only exists in RT 4.  I believe the
correct workaround is to add /Helpers/Autocomplete/Users and
/Helpers/Autocomplete/Owners to the $SelfServiceRegex config option.

We're working on a fix which also refactors and tidies up the
autocomplete endpoints while we're at it.

Thomas




Alberto Scotto

[Blue]
Via Cardinal Massaia, 83
10147 - Torino - ITALY
phone: +39 011 29100
al.sco...@reply.it
www.reply.it




--
The information transmitted is intended for the person or entity to which it is 
addressed and may contain confidential and/or privileged material. Any review, 
retransmission, dissemination or other use of, or taking of any action in 
reliance upon, this information by persons or entities other than the intended 
recipient is prohibited. If you received this in error, please contact the 
sender and delete the material from any computer.
inline: blue.png

Re: [rt-users] R: Autocomplete feature for unprivileged users (AllowUserAutocompleteForUnprivileged?)

2012-05-29 Thread Thomas Sibley
On 05/29/2012 08:50 AM, SCOTTO Alberto (Consultant) (FIAT POWERTRAIN
TECHNOLOGIES) wrote:
 Thank you very much for the link!
 It's a feature very useful for end users, so when I have time, I'll try to 
 figure out how to solve the problem (I see a solution already exists, I'll 
 see if it works on RT4). 

FWIW, the autocomplete feature only exists in RT 4.  I believe the
correct workaround is to add /Helpers/Autocomplete/Users and
/Helpers/Autocomplete/Owners to the $SelfServiceRegex config option.

We're working on a fix which also refactors and tidies up the
autocomplete endpoints while we're at it.

Thomas