On Thursday, December 3, 2020 at 9:26:17 AM UTC-8 evol...@gmail.com wrote:

> Hi Ryan, Jeff
>
> Setting option restrict_owner 
> <https://trac.edgewall.org/wiki/TracIni#ticket-restrict_owner-option>=true 
> worked perfectly fine but I want to use autocompletion.
>
> Here’s what I did:
>
>    1. pip install TracAutocompleteUsersPlugin
>    2. Added to trac.ini
>
>         [components]
>
> autocompleteusers.* = enabled
>
>  
>
> [autocomplete]
>
> fields = tester, reviewer
>
> multi_fields = users
>
> Unfortunately ‘autocompletion’ does not work. What I was missing?
>
> Thanks
>

Which Trac version?

Depending on your web server configuration you may need to redeploy static 
assets:
https://trac.edgewall.org/wiki/TracPlugins#Redeployingstaticresources

For further debugging, please check the logs and browser console:
https://trac.edgewall.org/wiki/TracTroubleshooting#ChecktheLogs

You should see the JS files fetched by the browser, but that could be a 
source of error:
https://trac-hacks.org/browser/autocompleteusersplugin/trunk/autocompleteusers/htdocs/js

Ryan

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/0ba966a9-3d27-4816-8a11-2295a36c7672n%40googlegroups.com.

Reply via email to